Order zsh path correctly
This commit is contained in:
parent
f92cd498b3
commit
67cb7f5682
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
export PATH=$PATH:$HOME/bin:$HOME/.local/bin
|
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
export EDITOR='emacs'
|
export EDITOR='emacs'
|
||||||
export VISUAL=$EDITOR
|
export VISUAL=$EDITOR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue