From b47d157a1a282eb2ce95536e108e8f11593ce367 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 12 Jul 2016 14:48:10 +0200 Subject: [PATCH] bash/rc: improve comment --- bash/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2