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
|
||||
end
|
||||
|
||||
function open --description 'Opens a file with xdg-open detached from shell'
|
||||
xdg-open $argv &>/dev/null & disown
|
||||
function open --wraps 'xdg-open'
|
||||
xdg-open &>/dev/null & disown
|
||||
end
|
||||
|
||||
function detach --description 'Detach a command from shell'
|
||||
$argv &>/dev/null & disown
|
||||
end
|
||||
|
||||
|
||||
function alacritty --description 'Create new Alacritty window'
|
||||
command alacritty msg create-window $argv
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue