zshrc: provide .. as a completion
[grml-etc-core.git] / etc / skel / .zshrc
index 776f6e7..7915971 100644 (file)
 #)
 #zstyle ':completion:*:*:telnet:*' users-hosts-ports $telnet_users_hosts_ports
 
+## the default grml setup provides '..' as a completion. it does not provide
+## '.' though. If you want that too, use the following line:
+#zstyle ':completion:*' special-dirs true
 
 ## aliases ##