fish restructuring
This commit is contained in:
parent
ceb734edd7
commit
3b484fbf16
6 changed files with 96 additions and 0 deletions
4
fish/functions/cdl.fish
Normal file
4
fish/functions/cdl.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function cdl
|
||||
cd $argv
|
||||
l
|
||||
end
|
3
fish/functions/g.fish
Normal file
3
fish/functions/g.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function g
|
||||
git $args
|
||||
end
|
5
fish/functions/haha.fish
Normal file
5
fish/functions/haha.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function haha
|
||||
for x in (seq 10)
|
||||
echo hahahahahahahahahahahahahahahahahaha
|
||||
end
|
||||
end
|
3
fish/functions/vim.fish
Normal file
3
fish/functions/vim.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function vim
|
||||
nvim $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue