mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
fish: quit like vim
This commit is contained in:
parent
b1673baf30
commit
d1ce830c6c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
programs.fish.shellAbbrs = rec {
|
programs.fish.shellAbbrs = rec {
|
||||||
"-" = "prevd";
|
"-" = "prevd";
|
||||||
|
":q" = "exit";
|
||||||
dnsplan = "dnscontrol preview";
|
dnsplan = "dnscontrol preview";
|
||||||
dnspush = "dnscontrol push";
|
dnspush = "dnscontrol push";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
|
Loading…
Reference in a new issue