]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Added more color options for ls.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index b16a5ca5918138e40de74fc8a46d77b7d4aa7691..b4405066ec47509af2618e7f7c24d4ab022d0478 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -21,7 +21,8 @@ setopt histignoredups
 bindkey "^P" history-beginning-search-backward
 bindkey "^N" history-beginning-search-forward
 
-# Prevent overwriting existing files with '> filename'.
+# Prevent overwriting existing files with '> filename', use '>| filename'
+# (or >!) instead.
 setopt noclobber
 
 # Entering the name of a directory (if it's not a command) will automatically
@@ -123,4 +124,4 @@ function ll() {
 
 
 # Load rc file for current hostname (first part before a dot) or rc.local.
-source_config ~/.zsh "" rc ${$(hostname)//.*/}
+source_config ~/.zsh host rc ${$(hostname)//.*/}