mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
'gc' and 'gcm' fish abbrs
This commit is contained in:
parent
1b517816df
commit
c63552932c
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ in
|
|||
shellAbbrs = rec {
|
||||
ccat = "egrep -v '^\s*(#|$)'";
|
||||
ga = "git add";
|
||||
gc = "git commit -m";
|
||||
gc = "git commit"; # interactive commit
|
||||
gcm = "git commit -m"; # quick commit
|
||||
gp = "git push";
|
||||
gs = "git status";
|
||||
jqless = "jq -C | less -r";
|
||||
|
|
Loading…
Reference in a new issue