zshrc: Remove CO and CH aliases
[grml-etc-core.git] / etc / skel / .zshrc
index 22f7e5e..e9a6983 100644 (file)
@@ -178,6 +178,12 @@ fi
 ## get top 10 shell commands:
 #alias top10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
 
+## Execute \kbd{./configure}
+#alias CO="./configure"
+
+## Execute \kbd{./configure --help}
+#alias CH="./configure --help"
+
 ## miscellaneous code ##
 
 ## Use a default width of 80 for manpages for more convenient reading