summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 74bba13..dde7534 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,7 +1,7 @@
# .bashrc
[ $0 != sh ] && [ -n "${ENV:=$HOME/.env}" ] && . "$ENV"
-PS1='\[\033[1;33m\]$(prompt)\[\033[0m\]'
+PS1='\[\033[1;33m\]$($HOME/.local/bin/prompt)\[\033[0m\]'
HISTCONTROL=ignoreboth:erasedups
HISTIGNORE="gst"
# see man strftime