Add .config/fish/functions/lst.fish

Add .config/fish/functions/open.fish
This commit is contained in:
2026-01-16 18:56:18 +01:00
parent bef1f091f6
commit 6742e6be24
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function lst --wraps='eza --long --icons --color --git --tree ' --description 'alias lst=eza --long --icons --color --git --tree '
eza --long --icons --color --git --tree $argv
end

View File

@@ -0,0 +1,3 @@
function open --wraps='nohup open > /dev/null &' --description 'alias open=nohup open > /dev/null &'
nohup open > /dev/null & $argv
end