summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index ca43ef5..4e5bad8 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -211,4 +211,4 @@ PS1='${(e)git_info[prompt]}$(_miguel_shllvl)$(_prompt_miguel_vimode) %~%f%k%F{$P
RPS1='%(1j.%K{$PRMPT_COL}%B %j %b%k.) $duration_info $(_miguel_check_last_exit_code)'
export PATH=/home/miguel/.local/bin:$PATH
-[ -f "~/.zshrc.local" ] && source "~/.zshrc.local"
+[ -f "/home/miguel/.zshrc.local" ] && source "/home/miguel/.zshrc.local"