Update 'profile'
This commit is contained in:
parent
4f148679f8
commit
091ebf17bb
4
profile
4
profile
@ -1,3 +1,7 @@
|
||||
# unset variable if exists
|
||||
unset ANTOS_USER
|
||||
unset ANTOS_PASSWORD
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user