mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
compton, llpp, ranger and other stuff
This commit is contained in:
parent
523ef09b2d
commit
3707d2c3d5
7 changed files with 131 additions and 10 deletions
4
fish/functions/cs.fish
Normal file
4
fish/functions/cs.fish
Normal 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
4
fish/functions/ipy.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Defined in - @ line 1
|
||||
function ipy --description 'alias ipy ipython'
|
||||
ipython $argv;
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue