Replace ~ with /home/salt in .profile
This commit is contained in:
parent
8ec4409cf3
commit
b263a7db2e
2
.profile
2
.profile
@ -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
|
||||
|
Reference in New Issue
Block a user