fish: Add more stuff to PATH
This commit is contained in:
parent
507b41ce28
commit
3dfe49668a
1 changed files with 9 additions and 1 deletions
|
@ -11,7 +11,15 @@ if [ -e $HOME/Android/Sdk ]
|
|||
set PATH $HOME/Android/Sdk/platform-tools $PATH
|
||||
end
|
||||
|
||||
set EDITOR emacsclient -nt
|
||||
if [ -e $HOME/.cargo/bin ]
|
||||
set PATH $HOME/.cargo/bin $PATH
|
||||
end
|
||||
|
||||
if [ -e $HOME/go/bin ]
|
||||
set PATH $HOME/go/bin $PATH
|
||||
end
|
||||
|
||||
set EDITOR kak
|
||||
|
||||
alias vim nvim
|
||||
alias v nvim
|
||||
|
|
Loading…
Reference in a new issue