more work on vim bar
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 9c29ad7..5810692 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -9,8 +9,9 @@
 [[ $- != *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='\e[01;33m λ_\e[m\e[01;37m \W \e[m\e[01;33m> \e[m'
+# PS2='\e[01;37m> \e[m'
+PS1=' λ_ \W > '
 
 #set vi mode
 set -o vi