aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2023-10-27 17:48:41 -0400
committerAlec Goncharow <alec@goncharow.dev>2023-10-27 17:48:41 -0400
commit253cfd4e49d48ae00f88458034404d3e827563cc (patch)
tree5d3eec5e006ef8dbb2c4d563c7a482d9e4508c4b /.zshrc
parent3c56c6c937452002647a5d7b3039c7887b9716b5 (diff)
sync
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index cfc5c67..066724a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -131,4 +131,10 @@ unset key
alias cat=bat
alias find=fd
-export PATH=~/.zig/bin:$PATH
+export PATH=~/bin:$PATH
+export PATH=~/.local/bin:$PATH
+
+if [[ -f "$HOME/.zig/env" ]]; then
+ source ~/.zig/env
+fi
+