6 lines
150 B
Fish
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
|
|
|