dotfiles/fish/.config/fish/conf.d/abbr.fish
2020-06-12 11:06:48 +02:00

6 lines
150 B
Fish

if status --is-interactive
abbr --add --global lg 'lazygit'
abbr --add --global jsonpp "python -mjson.tool"
abbr --add --global vim "nvim"
end