From 7ed37a114a4cac77069d7dc37d20a92e6d1e0fd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20Steinb=C3=B6ck?= Date: Tue, 10 Mar 2009 14:53:11 +0100 Subject: [PATCH] zshrc: Use single quotes througout values in power abbreviations --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8661958..5b09f25 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -802,7 +802,7 @@ abk=( 'T' '| tail' 'V' '|& vim -' #A# end - 'co' "./configure && make && sudo make install" + 'co' './configure && make && sudo make install' ) globalias() { -- 2.1.4