From 10695e4391a14355ae7f3a65be2bff2322cb68f1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 20 Aug 2014 22:13:15 -0400 Subject: [PATCH] Added guide for exec: --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 33767aa..4d6cd92 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -194,7 +194,7 @@ function k(){ *) vim $1 esac else - echo -n "Exec: " + echo -n "Exec [dcyfx]: " read a if [[ $a == "d" ]] ; then mkdir $@