summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-09-03 23:19:50 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-09-03 23:19:50 -0400
commit2df30d446380659d39e81ad3bcbb1411b8d49a41 (patch)
treee9ee8ef062158e943eb1b307020eb490effe8e7d /.zshrc
parent9b91697b98b15c360d590d0e736c781957859ca1 (diff)
simplify macs config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index aa65b2f..2b0e56b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -46,3 +46,5 @@ zle -N zle-line-init
echo -ne '\e[5 q' # Use beam shape cursor on startup.
preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
KEYTIMEOUT=1 # remove lag
+
+. "$HOME/.local/bin/env"