Update 'init.sh'
This commit is contained in:
parent
e6697be770
commit
dc690a6f16
5
init.sh
5
init.sh
@ -12,8 +12,9 @@ if [[ $(grep -c "$al" ~/.bash_aliases) -eq 0 ]]; then
|
||||
echo $al >> ~/.bash_aliases
|
||||
fi
|
||||
|
||||
if [[ $(grep -c "msk=1;38;5;95" ~/.bash_aliases) -eq 0 ]]; then
|
||||
echo 'export LS_COLORS="$LS_COLORS:*.msk=1;38;5;95"' >> ~/.bash_aliases
|
||||
col='export LS_COLORS="$LS_COLORS:*.msk=1;38;5;95"'
|
||||
if [[ $(grep -c $col ~/.bash_aliases) -eq 0 ]]; then
|
||||
echo $col >> ~/.bash_aliases
|
||||
fi
|
||||
|
||||
mv "$SCRIPT_DIR/.Books" "$HOME/.Books"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user