dustbowl.fish: fix launch function for newest fish
This commit is contained in:
parent
252a5c2797
commit
234c7df716
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ abbr --add --position anywhere xournalpp flatpak run com.github.xournalpp.xourna
|
|||
abbr --add --position anywhere plattenalbum flatpak run de.wagnermartin.Plattenalbum
|
||||
|
||||
function launch
|
||||
true && $argv & && disown && exit
|
||||
true && $argv &
|
||||
disown && exit
|
||||
end
|
||||
|
||||
function noise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue