From 438c8d55703a07945c1de3a51290980ae38dedd1 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 3 Dec 2021 16:24:38 -0500 Subject: [PATCH] Fixed spawn function --- .bashrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 55edcd0..45359f2 100644 --- a/.bashrc +++ b/.bashrc @@ -34,15 +34,15 @@ alias fixdirectories='find . -type d -exec chmod 755 {} \;' alias fixfiles='find . -type f -exec chmod 644 {} \;' alias reload_wallpaper="xwallpaper --stretch .config/wallpaper.png" alias stealyt='youtube-dl "`xclip -o | sed s/\&.*$//`"' -spawn() { nohup $1 /dev/null 2>&1 & } +spawn() { nohup $@ /dev/null 2>&1 & } # ----[Docker Machine and PS1]---- -source /usr/share/bash-completion/completions/docker-machine-prompt -source /usr/share/bash-completion/completions/docker-machine-wrapper +#source /usr/share/bash-completion/completions/docker-machine-prompt +#source /usr/share/bash-completion/completions/docker-machine-wrapper -PS1='[\u@\h \W] $(__docker_machine_ps1 " [%s]")\$ ' +# PS1='[\u@\h \W] $(__docker_machine_ps1 " [%s]")\$ ' # PS1='[\e[0;32m\u@\h \W\e[m] $(__docker_machine_ps1 " [%s]")\$ ' -# PS1='[\u@\h \W]\$ ' +PS1='[\u@\h \W]\$ ' # PS1='[\u@cock-and-ball-torture-(_)_)----D~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \W] $(__docker_machine_ps1 " [%s]")\$ ' # ----[SSH Agent]----