Replace ~ with /home/salt in .profile

This commit is contained in:
Salt 2017-08-09 18:31:46 -05:00
parent 8ec4409cf3
commit b263a7db2e

View File

@ -67,6 +67,6 @@ __define_functions
export TERM="linux"
EDITOR=$(which vim)
PATH=$PATH:~/.bin:~/.local/bin
PATH=$PATH:$HOME/.bin:$HOME/.local/bin
export EDITOR
export PATH