X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.bashrc;h=9aa20e52a51cd2acf5f2cac94f7d5a121708463c;hp=9c29ad7fec8c5e6bb9dae10248bae2dba8f22cfd;hb=280abf6fd7d3541bf0bed20c9335f640087de257;hpb=02c17ea2ed1dc3a6195c1c2f4bde8091fa804562 diff --git a/.bashrc b/.bashrc index 9c29ad7..9aa20e5 100644 --- a/.bashrc +++ b/.bashrc @@ -9,8 +9,8 @@ [[ $- != *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='\[\033[01;33m\] λ_\[\033[01;37m\] \W\[\033[01;33m\] > \[\033[00m\]' +PS2='\[\033[01;37m\]> \[\033[00m\]' #set vi mode set -o vi