fish: add more git abbrs
This commit is contained in:
parent
5c19d6d616
commit
1761d270d6
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ if status is-interactive
|
|||
|
||||
# Abbrs
|
||||
abbr gd 'git diff'
|
||||
abbr ga 'git add .'
|
||||
abbr gc 'git commit -am'
|
||||
abbr gl 'git log'
|
||||
abbr gs 'git status'
|
||||
|
|
@ -21,6 +22,9 @@ if status is-interactive
|
|||
abbr gsw 'git switch'
|
||||
abbr gsm 'git switch main'
|
||||
abbr gb 'git branch'
|
||||
abbr gbd 'git branch -d'
|
||||
abbr gco 'git checkout'
|
||||
abbr gsh 'git show'
|
||||
|
||||
abbr l 'ls'
|
||||
abbr ll 'ls -l'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue