From 5c188216c2b8a3df693fe45affb0b1fc14322fc4 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 25 Feb 2024 16:58:09 +0000 Subject: [PATCH] zsh: rm launcher script alias --- zsh/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index a1c710e..2393b4f 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,11 +8,6 @@ alias zn="/home/thomas/dotfiles/scripts/new_zk_note.sh" 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