File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 99fi
1010# Symlinking the zsh config folder is not needed thanks to this.
1111ZDOTDIR=" ${GIT_DIR} /linux-scripts/zsh"
12+ unset GIT_DIR
1213
1314if [ -f " ${HOME} /.cargo/env" ]; then
1415 . " ${HOME} /.cargo/env"
Original file line number Diff line number Diff line change @@ -406,7 +406,8 @@ export POWERSHELL_TELEMETRY_OPTOUT="1"
406406
407407# Powerlevel10k configuration
408408# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
409- [[ ! -f ~ /.p10k.zsh ]] || . ~ /.p10k.zsh
409+ # [[ ! -f ~/.p10k.zsh ]] || . ~/.p10k.zsh
410+ . " ${ZDOTDIR} /.p10k.zsh"
410411
411412# Add Snap icons to the launcher
412413if [ -f " /etc/profile.d/apps-bin-path.sh" ]; then
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ gem install colorls
1515
1616echo " Creating symlinks."
1717ln -s " ${SCRIPT_DIR} /.zshenv" " ${HOME} /.zshenv"
18- ln -s " ${SCRIPT_DIR} /.p10k.zsh" " ${HOME} /.p10k.zsh"
18+ # This is not needed, since the full path tho .p10k.zsh is specified in .zshrc.
19+ # ln -s "${SCRIPT_DIR}/.p10k.zsh" "${HOME}/.p10k.zsh"
1920
2021echo " zsh installed."
You can’t perform that action at this time.
0 commit comments