zsh: add app launcher script

This commit is contained in:
thomasabishop 2024-02-08 18:13:31 +00:00
parent 914e9332a7
commit 2d05c28769

View file

@ -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