summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiguel <m.i@gmx.at>2021-06-14 20:40:32 +0200
committermiguel <m.i@gmx.at>2021-06-14 20:40:32 +0200
commit56c2b5f80c0691a3018c1ca487c59ca73d1ee196 (patch)
tree23e5e3d886dda325060b49aeddde814802f1f025
parenta6cb3b898bb80f0ac404575f8ac7bf786491f446 (diff)
source local .zshrc.local
-rw-r--r--zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 9d69dda..ca43ef5 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -209,3 +209,6 @@ add-zsh-hook precmd git-info
PS1='${(e)git_info[prompt]}$(_miguel_shllvl)$(_prompt_miguel_vimode) %~%f%k%F{$PRMPT_COL}%f '
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"