mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
be more friendly to different hosts
This commit is contained in:
parent
0a0cbe91e1
commit
23332b2866
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ zstyle -e ':completion:*' users "reply=( root '${USERNAME}' )"
|
|||
|
||||
# caching good
|
||||
zstyle ':completion:*' use-cache on
|
||||
zstyle ':completion:*' cache-path "${HOME}/.zsh/.${HOST}-cache"
|
||||
zstyle ':completion:*' cache-path "${HOME}/.zsh/.zcompcache-${HOST}"
|
||||
|
||||
# descriptions
|
||||
zstyle ':completion:*:messages' format $'%{\e[01;35m%} -- %d -- %{\e[00;00m%}'
|
||||
|
|
2
zshrc
2
zshrc
|
@ -3,7 +3,7 @@
|
|||
# Trivial modifications: David Majnemer
|
||||
# vim:set nowrap:
|
||||
|
||||
autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump"
|
||||
autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump-${HOST}"
|
||||
|
||||
autoload age
|
||||
autoload zmv
|
||||
|
|
Loading…
Add table
Reference in a new issue