1
0
Fork 0

Move zsh path modifications to .zprofile

This commit is contained in:
Jeremy Kaplan 2018-05-23 10:27:23 -07:00 committed by Jeremy Kaplan
commit 584e90f742
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,3 @@
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
export EDITOR='nvim'
export VISUAL=$EDITOR