Add fish functions
This commit is contained in:
parent
b2a8f9857a
commit
46e6a2d46a
9 changed files with 65 additions and 0 deletions
4
fish/functions/fetch.fish
Normal file
4
fish/functions/fetch.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function fetch --wraps='nix-shell -p hyfetch -p fastfetch --run hyfetch' --description 'alias fetch=nix-shell -p hyfetch -p fastfetch --run hyfetch'
|
||||
nix-shell -p hyfetch -p fastfetch --run hyfetch $argv
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue