zshrc: Use single quotes througout values in power abbreviations
[grml-etc-core.git] / etc / zsh / zshrc
index 8661958..5b09f25 100644 (file)
@@ -802,7 +802,7 @@ abk=(
     'T'    '| tail'
     'V'    '|& vim -'
 #A# end
-    'co'   "./configure && make && sudo make install"
+    'co'   './configure && make && sudo make install'
 )
 
 globalias() {