changes from tslaptop-1
This commit is contained in:
parent
8e2e469bd2
commit
eb47675940
5 changed files with 29 additions and 15 deletions
15
profile
15
profile
|
@ -8,10 +8,15 @@
|
|||
# for ssh logins, install and configure the libpam-umask package.
|
||||
#umask 022
|
||||
|
||||
# if running bash, include .bashrc, if it exists
|
||||
[ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc"
|
||||
if [ -z $PROFILE_ALREADY_SET ];
|
||||
then
|
||||
export PROFILE_ALREADY_SET=1
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
||||
# if running bash, include .bashrc, if it exists
|
||||
[ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc"
|
||||
|
||||
[[ -f "$HOME/bin/set_environ.sh" ]] && . "$HOME/bin/set_environ.sh";
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
||||
|
||||
[ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue