fixed home directory location
This commit is contained in:
parent
e2c00dae07
commit
7ffff1cbe8
2
.zshrc
2
.zshrc
@ -46,7 +46,7 @@ zstyle ':completion:*' group-name ''
|
|||||||
zstyle ':completion:*' ignored-patterns '*?.pyc' '__pycache__'
|
zstyle ':completion:*' ignored-patterns '*?.pyc' '__pycache__'
|
||||||
zstyle ':completion:*:*:rm:*:*' ignored-patterns
|
zstyle ':completion:*:*:rm:*:*' ignored-patterns
|
||||||
|
|
||||||
zstyle :compinstall filename '/home/eevee/.zshrc'
|
zstyle :compinstall filename "$HOME/.zshrc"
|
||||||
|
|
||||||
# Always do mid-word tab completion
|
# Always do mid-word tab completion
|
||||||
setopt complete_in_word
|
setopt complete_in_word
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user