Merge branch 'master' of metalzone:etc/profile
[profile] / dot / xinitrc
index 4d6da0c..2ef2a18 100755 (executable)
@@ -254,7 +254,7 @@ start-xterms () {
 
 req () {
   declare title=$1 hist=$2; shift 2
-  cmd=$(xgetline -t "$title" -p "Command:" -Hl "$HOME/$hist") &&
+  cmd=$(xgetline -t "$title" -p "_Command:" -Hl "$HOME/$hist") &&
   exec "$@" "$cmd"
 }