bashrc less
This commit is contained in:
parent
ea035fd050
commit
e90821e960
4
.bashrc
4
.bashrc
|
@ -74,7 +74,11 @@ export MANPAGER="less -R --use-color -Dsc -Dk+r -Dd+g -Du+c -DPgb -DEbR"
|
|||
export MANROFFOPT="-P -c"
|
||||
|
||||
# startship
|
||||
# echo as faint
|
||||
# https://starship.rs/
|
||||
# echo as faint
|
||||
# echo as faint
|
||||
# echo as faint
|
||||
type -t starship >/dev/null && {
|
||||
eval "$(starship init bash)"
|
||||
eval "$(starship completions bash)"
|
||||
|
|
Loading…
Reference in New Issue