mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Add .config/fish/functions/lst.fish
Add .config/fish/functions/open.fish
This commit is contained in:
3
private_dot_config/private_fish/functions/lst.fish
Normal file
3
private_dot_config/private_fish/functions/lst.fish
Normal 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
|
||||
3
private_dot_config/private_fish/functions/open.fish
Normal file
3
private_dot_config/private_fish/functions/open.fish
Normal 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
|
||||
Reference in New Issue
Block a user