mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-14 14:12:19 +00:00
fish: add dnsplan/dnspush abbrs
This commit is contained in:
parent
60f251f158
commit
9898851bf8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
shellAbbrs = rec {
|
||||
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||
dnsplan = "dnscontrol preview";
|
||||
dnspush = "dnscontrol push";
|
||||
g = "git";
|
||||
ga = "git add";
|
||||
gc = "git commit -S"; # interactive commit
|
||||
|
|
Loading…
Reference in a new issue