Merge #38 style: use constant styles in .bash*
This commit is contained in:
commit
64201f5de1
@ -6,8 +6,7 @@ if [ -f /etc/bashrc ]; then
|
||||
fi
|
||||
|
||||
# User specific environment
|
||||
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
|
||||
then
|
||||
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
|
||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||
fi
|
||||
export PATH
|
||||
@ -23,5 +22,4 @@ if [ -d ~/.bashrc.d ]; then
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
unset rc
|
||||
|
Loading…
Reference in New Issue
Block a user