mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 02:42:20 +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 {
|
||||
"-" = "prevd";
|
||||
":q" = "exit";
|
||||
dnsplan = "dnscontrol preview";
|
||||
dnspush = "dnscontrol push";
|
||||
ga = "git add";
|
||||
|
|
Loading…
Reference in a new issue