]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bash/rc: improve comment
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:48:10 +0000 (14:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:48:10 +0000 (14:48 +0200)
bash/rc

diff --git a/bash/rc b/bash/rc
index 09ceeb801a49854408aedc94e210ba04615a7ce1..d876fe9d5a4b68ea3039496490dd37dc08f8916b 100644 (file)
--- 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