[zsh] Correct home forlder

This commit is contained in:
Mathieu Maret 2012-08-29 13:31:04 +02:00
parent bcd024d326
commit 5fa44eda0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#Init completion System
zstyle :compinstall filename '/home/mathieu/.zshrc'
zstyle :compinstall filename '$HOME/.zshrc'
autoload -Uz compinit
compinit