dotfiles/files/fish/functions/e.fish

4 lines
72 B
Fish

function e --wraps=nvim --description 'alias e nvim'
nvim $argv;
end