From: Simon Ruderich Date: Tue, 12 Jul 2016 12:48:10 +0000 (+0200) Subject: bash/rc: improve comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b47d157a1a282eb2ce95536e108e8f11593ce367 bash/rc: improve comment --- 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