diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index 04dc45a..e7062de 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -99,6 +99,10 @@ gentemplate() { done } +devour() { + $@ & disown; exit +} + ## NVM config export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm |