summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiguel <m.i@gmx.at>2021-06-14 20:44:35 +0200
committermiguel <m.i@gmx.at>2021-06-14 20:44:35 +0200
commit077f6935aeced24a42a80db879ecaaa7756b748f (patch)
tree0bb966021e44bdb5a6e7497d8df8401b3793775b
parent56c2b5f80c0691a3018c1ca487c59ca73d1ee196 (diff)
fix path
-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"