zshrc: use source instead of .
This commit is contained in:
parent
626ae6dba7
commit
7e33c0ccfa
2
.zshrc
2
.zshrc
@ -10,7 +10,7 @@
|
|||||||
ZSH_COMPDUMP="~/.zcompdump"
|
ZSH_COMPDUMP="~/.zcompdump"
|
||||||
ZSH_DISABLE_COMPFIX=true
|
ZSH_DISABLE_COMPFIX=true
|
||||||
|
|
||||||
[ -z "$IN_NIX_SHELL" ] && . $HOME/.asdf/asdf.sh
|
[ -z "$IN_NIX_SHELL" ] && source $HOME/.asdf/asdf.sh
|
||||||
# necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"
|
# necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"
|
||||||
# due to a breakage on fedora zsh version 5.8.1 (zsh.x86_64 5.8.1-1.fc35 @updates)
|
# due to a breakage on fedora zsh version 5.8.1 (zsh.x86_64 5.8.1-1.fc35 @updates)
|
||||||
fpath=(
|
fpath=(
|
||||||
|
Loading…
Reference in New Issue
Block a user