zsh: add app launcher script
This commit is contained in:
parent
914e9332a7
commit
2d05c28769
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ alias grep="rg"
|
|||
alias xhd="cd /run/media/thomas"
|
||||
alias cs-update="/home/thomas/repos/eolas/_scripts/auto_save.sh"
|
||||
alias cs-query="/home/thomas/repos/eolas/_scripts/query.sh"
|
||||
# Launch an application and return to terminal prompt
|
||||
|
||||
opn(){
|
||||
nohup $1 &> /dev/null & ;
|
||||
}
|
||||
|
||||
# Set properties based on OS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue