update (mpd-change fix)
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 5810692..9aa20e5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -9,9 +9,8 @@
 [[ $- != *i* ]] && return
 
 # prompt lmao
 [[ $- != *i* ]] && return
 
 # prompt lmao
-# PS1='\e[01;33m λ_\e[m\e[01;37m \W \e[m\e[01;33m> \e[m'
-# PS2='\e[01;37m> \e[m'
-PS1=' λ_ \W > '
+PS1='\[\033[01;33m\] λ_\[\033[01;37m\] \W\[\033[01;33m\] > \[\033[00m\]'
+PS2='\[\033[01;37m\]> \[\033[00m\]'
 
 #set vi mode
 set -o vi
 
 #set vi mode
 set -o vi