From 0a0acf361b779ac7346e2bd5ac7156b42d376166 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 31 Jan 2018 10:50:01 +0000 Subject: [qutebrowser] Fix escaping bug in user-pass script --- bash/.bash_profile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile index d7297c5..d0742ef 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,7 +1,3 @@ -# Prompt -if [[ -n $SSH_CLIENT ]]; then - PS1=$'\w \e[0;31m$\e[0m ' -else - PS1='\w $ ' -fi +# Source .bashrc if it exists +[[ -f ~/.bashrc ]] && source ~/.bashrc -- cgit v1.2.3