Change edit alias
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -15,7 +15,7 @@ alias ls='ls --color=auto'
|
|||||||
alias lah='ls -lah'
|
alias lah='ls -lah'
|
||||||
alias la='ls -a'
|
alias la='ls -a'
|
||||||
|
|
||||||
alias e='$EDITOR'
|
alias ed='$EDITOR'
|
||||||
alias copy='xclip -selection clipboard'
|
alias copy='xclip -selection clipboard'
|
||||||
alias count='wc -l'
|
alias count='wc -l'
|
||||||
alias aw='awman'
|
alias aw='awman'
|
||||||
@@ -46,6 +46,8 @@ export GOPATH="$HOME/go"
|
|||||||
export GOBIN="$GOPATH/bin"
|
export GOBIN="$GOPATH/bin"
|
||||||
export PATH="$PATH:$GOBIN"
|
export PATH="$PATH:$GOBIN"
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/scripts"
|
||||||
|
|
||||||
# Use thefuck command to fix previous command
|
# Use thefuck command to fix previous command
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user