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' alias list='eza -lao --no-permissions --group-directories-first -s=ext --color=always --time-style long-iso'
if $(which rg >/dev/null); then 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 else
alias grep='grep --color=always' alias grep='grep --color=always'
fi fi
alias rgi='rg -i -n -A 1 -B 1 --color=auto -e'
alias diff='diff --color=always' alias diff='diff --color=always'
alias bashsource='source ~/.bashrc' alias bashsource='source ~/.bashrc'

View File

@@ -79,7 +79,7 @@ behind = ' '
diverged = ' ' diverged = ' '
up_to_date = ' ' up_to_date = ' '
untracked = ' ' untracked = ' '
stashed = '' stashed = ''
modified = ' ' modified = ' '
staged = ' ' staged = ' '
renamed = ' ' renamed = ' '