mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
small tweaks
This commit is contained in:
parent
732ad7666b
commit
2bf818d82d
@ -14,7 +14,7 @@ function aliases --description 'All aliases'
|
|||||||
abbr -a tan 'tmux attach-session -t noah'
|
abbr -a tan 'tmux attach-session -t noah'
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
abbr -a gs 'git status'
|
abbr -a gs 'git status -sb'
|
||||||
abbr -a gd 'git diff'
|
abbr -a gd 'git diff'
|
||||||
abbr -a gds 'git diff --staged'
|
abbr -a gds 'git diff --staged'
|
||||||
abbr -a ga 'git add'
|
abbr -a ga 'git add'
|
||||||
|
@ -35,7 +35,7 @@ ahead = "⇡"
|
|||||||
behind = "⇣"
|
behind = "⇣"
|
||||||
diverged = "⇕"
|
diverged = "⇕"
|
||||||
untracked = "⋄"
|
untracked = "⋄"
|
||||||
stashed = " ⩮"
|
stashed = "⩮"
|
||||||
modified = "∽"
|
modified = "∽"
|
||||||
staged = "+"
|
staged = "+"
|
||||||
renamed = "»"
|
renamed = "»"
|
||||||
|
Loading…
Reference in New Issue
Block a user