summaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-01-31 10:50:01 +0000
committerUrbain Vaes <urbain@vaes.uk>2018-01-31 10:50:01 +0000
commit0a0acf361b779ac7346e2bd5ac7156b42d376166 (patch)
tree3368a3067db4a0a195792be67999f8a6cbf07643 /bash/.bash_profile
parent12ad5da5c57fb08048bde28444d9253d3f80b3c1 (diff)
[qutebrowser] Fix escaping bug in user-pass script
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile8
1 files changed, 2 insertions, 6 deletions
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