be more friendly to different hosts

This commit is contained in:
David Majnemer 2010-05-10 00:35:32 -05:00
parent 0a0cbe91e1
commit 23332b2866
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ zstyle -e ':completion:*' users "reply=( root '${USERNAME}' )"
# caching good # caching good
zstyle ':completion:*' use-cache on zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path "${HOME}/.zsh/.${HOST}-cache" zstyle ':completion:*' cache-path "${HOME}/.zsh/.zcompcache-${HOST}"
# descriptions # descriptions
zstyle ':completion:*:messages' format $'%{\e[01;35m%} -- %d -- %{\e[00;00m%}' zstyle ':completion:*:messages' format $'%{\e[01;35m%} -- %d -- %{\e[00;00m%}'

2
zshrc
View file

@ -3,7 +3,7 @@
# Trivial modifications: David Majnemer # Trivial modifications: David Majnemer
# vim:set nowrap: # vim:set nowrap:
autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump" autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump-${HOST}"
autoload age autoload age
autoload zmv autoload zmv