starship config: added symbol for git stash

This commit is contained in:
scbj
2025-04-01 15:59:47 +02:00
parent 418f6f1ee1
commit cc1fdeca4b
2 changed files with 3 additions and 4 deletions

View File

@@ -31,13 +31,12 @@ alias ls='ls -hal --color=auto'
alias list='eza -lao --no-permissions --group-directories-first -s=ext --color=always --time-style long-iso'
if $(which rg >/dev/null); then
alias grep='rg --color=always -n -e'
alias rg='rg --color=always -n -e'
alias rgi='rg -i -n -A 1 -B 1 --color=always -e'
else
alias grep='grep --color=always'
fi
alias rgi='rg -i -n -A 1 -B 1 --color=auto -e'
alias diff='diff --color=always'
alias bashsource='source ~/.bashrc'