zsh: move path def
This commit is contained in:
@@ -4,6 +4,11 @@ alias vim='nvim'
|
||||
alias vi='nvim'
|
||||
alias w3='w3m -T text/html'
|
||||
|
||||
path+=(~/bin)
|
||||
path+=(~/.local/bin)
|
||||
path+=($GOPATH/bin)
|
||||
export PATH
|
||||
|
||||
# allow for # to be interpreted as a comment on the command line
|
||||
setopt interactivecomments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user