updated functions.sh

pull/16/head
Hari Sekhon 2 weeks ago
parent 353bdbcf27
commit 75e9753cb6

@ -62,6 +62,13 @@ new(){
title "$LAST_TITLE"
}
idea(){
nohup command idea "$@" &
# disowns the first backgrounded command instead of the latest command,
# so use $! to specify the pid of the latest command in this shell
disown $!
}
# generates bash autocompletion if not available
# sources bash autocompletion from local standardized path
autocomplete(){

Loading…
Cancel
Save