Change edit alias

This commit is contained in:
2021-10-05 16:31:46 +03:00
parent 9861ffb1b5
commit 30644199b0

View File

@@ -15,7 +15,7 @@ alias ls='ls --color=auto'
alias lah='ls -lah'
alias la='ls -a'
alias e='$EDITOR'
alias ed='$EDITOR'
alias copy='xclip -selection clipboard'
alias count='wc -l'
alias aw='awman'
@@ -46,6 +46,8 @@ export GOPATH="$HOME/go"
export GOBIN="$GOPATH/bin"
export PATH="$PATH:$GOBIN"
export PATH="$PATH:$HOME/scripts"
# Use thefuck command to fix previous command
eval "$(thefuck --alias)"