mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
add git abbrs to fish config
This commit is contained in:
parent
9c5312d0ce
commit
6ed0f8f76c
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ in
|
|||
|
||||
shellAbbrs = rec {
|
||||
ccat = "egrep -v '^\s*(#|$)'";
|
||||
ga = "git add";
|
||||
gc = "git commit -m";
|
||||
gp = "git push";
|
||||
gs = "git status";
|
||||
jqless = "jq -C | less -r";
|
||||
k = mkIf hasKubectl "kubectl";
|
||||
n = "nix";
|
||||
|
|
Loading…
Reference in a new issue