zsh: add launch() for launching desktop applications
This commit is contained in:
parent
66e473cf4d
commit
0686197a84
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -248,6 +248,11 @@
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
launch() {
|
||||||
|
$@ > /dev/null 2>&1 &
|
||||||
|
disown
|
||||||
|
}
|
||||||
|
|
||||||
# a simple way to manage your todo list
|
# a simple way to manage your todo list
|
||||||
# Usage:
|
# Usage:
|
||||||
# todo -- pull latest repo version and edit ~/todo
|
# todo -- pull latest repo version and edit ~/todo
|
||||||
|
|
Loading…
Add table
Reference in a new issue