1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 19:40:02 +02:00

fish: adding aliases

This commit is contained in:
Henrik Hautakoski 2024-05-27 18:51:12 +02:00
parent 1906b0457f
commit 1c5dd5bd9c
4 changed files with 16 additions and 0 deletions

4
fish/functions/vim.fish Normal file
View file

@ -0,0 +1,4 @@
function vim --wraps=nvim --description 'alias vim nvim'
nvim $argv
end