Updates
This commit is contained in:
+2
-4
@@ -90,9 +90,8 @@ if ${use_color} ; then
|
||||
PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
||||
fi
|
||||
|
||||
#BSD#@export CLICOLOR=1
|
||||
#GNU#@alias ls='ls --color=auto'
|
||||
alias grep='grep --colour=auto'
|
||||
alias ls='ls --color=auto'
|
||||
else
|
||||
# show root@ when we don't have colors
|
||||
PS1+='\u@\h \w \$ '
|
||||
@@ -109,8 +108,7 @@ fi
|
||||
# Try to keep environment pollution down, EPA loves us.
|
||||
unset use_color sh
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias ff='fastfetch'
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
eval "$(starship init bash)"
|
||||
|
||||
Reference in New Issue
Block a user