update..
This commit is contained in:
parent
3fffc4cf7d
commit
9766f7841e
@ -18,8 +18,12 @@ fi
|
|||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
if [ -d "$HOME/bin" ] ; then
|
if [ -d "$HOME/bin" ] ; then
|
||||||
|
if [ -d "$HOME/bin/admin-stuff" ] ; then
|
||||||
|
PATH="$HOME/bin/admin-stuff:$HOME/bin:$PATH"
|
||||||
|
else
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# this is for the midnight-commander
|
# this is for the midnight-commander
|
||||||
# to become the last directory the midnight commander was in
|
# to become the last directory the midnight commander was in
|
||||||
|
Loading…
Reference in New Issue
Block a user