starship config: added symbol for git stash
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ behind = ' '
|
|||||||
diverged = ' '
|
diverged = ' '
|
||||||
up_to_date = ' '
|
up_to_date = ' '
|
||||||
untracked = ' '
|
untracked = ' '
|
||||||
stashed = ''
|
stashed = ' '
|
||||||
modified = ' '
|
modified = ' '
|
||||||
staged = ' '
|
staged = ' '
|
||||||
renamed = ' '
|
renamed = ' '
|
||||||
|
|||||||
Reference in New Issue
Block a user