dotfiles/.config/fish/conf.d/abbreviations.fish
2025-01-26 18:34:42 +00:00

9 lines
197 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"
abbr ls "ls -t"