Replace ~ with /home/salt in .profile
This commit is contained in:
2
.profile
2
.profile
@@ -67,6 +67,6 @@ __define_functions
|
|||||||
export TERM="linux"
|
export TERM="linux"
|
||||||
|
|
||||||
EDITOR=$(which vim)
|
EDITOR=$(which vim)
|
||||||
PATH=$PATH:~/.bin:~/.local/bin
|
PATH=$PATH:$HOME/.bin:$HOME/.local/bin
|
||||||
export EDITOR
|
export EDITOR
|
||||||
export PATH
|
export PATH
|
||||||
|
Reference in New Issue
Block a user