dotfiles/.config/fish/conf.d/abbreviations.fish

8 lines
179 B
Fish

abbr ssh "kitten ssh"
abbr push "git push"
abbr --set-cursor=! commit "git commit -m \"!\""
abbr add "git add"
abbr vim "vim -N"
abbr in "sudo zypper in"
abbr up "sudo zypper up"