compton, llpp, ranger and other stuff

This commit is contained in:
David Chen 2019-08-28 15:10:45 +08:00
parent 523ef09b2d
commit 3707d2c3d5
7 changed files with 131 additions and 10 deletions

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

@ -0,0 +1,4 @@
# Defined in - @ line 1
function cs --description 'alias cs cowsay'
cowsay $argv;
end

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

@ -0,0 +1,4 @@
# Defined in - @ line 1
function ipy --description 'alias ipy ipython'
ipython $argv;
end