fish restructuring

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-04 07:57:33 +02:00
parent ceb734edd7
commit 3b484fbf16
6 changed files with 96 additions and 0 deletions

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

@ -0,0 +1,4 @@
function cdl
cd $argv
l
end

3
fish/functions/g.fish Normal file
View file

@ -0,0 +1,3 @@
function g
git $args
end

5
fish/functions/haha.fish Normal file
View file

@ -0,0 +1,5 @@
function haha
for x in (seq 10)
echo hahahahahahahahahahahahahahahahahaha
end
end

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

@ -0,0 +1,3 @@
function vim
nvim $argv
end