From 077f6935aeced24a42a80db879ecaaa7756b748f Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 14 Jun 2021 20:44:35 +0200 Subject: fix path --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3