stuff again
This commit is contained in:
parent
e9182a3064
commit
cca46e94c6
1 changed files with 7 additions and 2 deletions
|
|
@ -14,10 +14,15 @@ if status is-interactive
|
||||||
fish_clipboard_paste
|
fish_clipboard_paste
|
||||||
end
|
end
|
||||||
|
|
||||||
function open --description 'Opens a file with xdg-open detached from shell'
|
function open --wraps 'xdg-open'
|
||||||
xdg-open $argv &>/dev/null & disown
|
xdg-open &>/dev/null & disown
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function detach --description 'Detach a command from shell'
|
||||||
|
$argv &>/dev/null & disown
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
function alacritty --description 'Create new Alacritty window'
|
function alacritty --description 'Create new Alacritty window'
|
||||||
command alacritty msg create-window $argv
|
command alacritty msg create-window $argv
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue