small tweaks

This commit is contained in:
Noah Masur 2020-11-23 23:33:20 -05:00
parent b7270a3dbe
commit 08831b7d5a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ function aliases --description 'All aliases'
abbr -a tan 'tmux attach-session -t noah'
# Git
abbr -a gs 'git status'
abbr -a gs 'git status -sb'
abbr -a gd 'git diff'
abbr -a gds 'git diff --staged'
abbr -a ga 'git add'

View File

@ -35,7 +35,7 @@ ahead = "⇡"
behind = "⇣"
diverged = "⇕"
untracked = "⋄"
stashed = " ⩮"
stashed = "⩮"
modified = "∽"
staged = "+"
renamed = "»"