dotfiles/.config/fish/myfunctions/code.fish

8 lines
63 B
Fish

function vim
nvim $argv
end
function ta
tmux attach
end