mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +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 {
|
shellAbbrs = rec {
|
||||||
ccat = "egrep -v '^\s*(#|\\$)'";
|
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||||
|
dnsplan = "dnscontrol preview";
|
||||||
|
dnspush = "dnscontrol push";
|
||||||
g = "git";
|
g = "git";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit -S"; # interactive commit
|
gc = "git commit -S"; # interactive commit
|
||||||
|
|
Loading…
Reference in a new issue