shell(ala): allow passing an argument to support launching other processes
This commit is contained in:
parent
aea157ff18
commit
aefa8cd753
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# put in another terminal for some reason and you want alacritty.
|
# put in another terminal for some reason and you want alacritty.
|
||||||
|
|
||||||
ala() {
|
ala() {
|
||||||
nohup alacritty > /dev/null 2>&1 &
|
nohup "${@:-alacritty}" > /dev/null 2>&1 &
|
||||||
disown
|
disown
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue