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

9 lines
197 B
Fish

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"
abbr ls "ls -t"
abbr ssh "kitten ssh"