X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Frc;h=d876fe9d5a4b68ea3039496490dd37dc08f8916b;hb=b47d157a1a282eb2ce95536e108e8f11593ce367;hp=09ceeb801a49854408aedc94e210ba04615a7ce1;hpb=25ea702a4d74cfcb1e7d52a93bc2589c813786b8;p=config%2Fdotfiles.git diff --git a/bash/rc b/bash/rc index 09ceeb8..d876fe9 100644 --- a/bash/rc +++ b/bash/rc @@ -34,7 +34,7 @@ fi # Hostname is displayed in bold green, current directory in yellow. PS1='\[\033[01;32m\]\h\[\033[00m\]:\[\033[33m\]\w\[\033[00m\] \$ ' -# Use Vi(m) style in bash. +# Use Vi(m) style readline mappings in bash. set -o vi