zshrc: use source instead of .

This commit is contained in:
surtur 2023-08-18 16:24:09 +02:00
parent 626ae6dba7
commit 7e33c0ccfa
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

2
.zshrc
View File

@ -10,7 +10,7 @@
ZSH_COMPDUMP="~/.zcompdump"
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"
# due to a breakage on fedora zsh version 5.8.1 (zsh.x86_64 5.8.1-1.fc35 @updates)
fpath=(