diff options
| author | miguel <m.i@gmx.at> | 2021-06-14 20:44:35 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-14 20:44:35 +0200 |
| commit | 077f6935aeced24a42a80db879ecaaa7756b748f (patch) | |
| tree | 0bb966021e44bdb5a6e7497d8df8401b3793775b | |
| parent | 56c2b5f80c0691a3018c1ca487c59ca73d1ee196 (diff) | |
fix path
| -rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
