moving zsh stuff to shared

This commit is contained in:
Rob Harbaugh
2026-04-22 11:03:50 -04:00
parent 4896eb8f60
commit 4ad1fe4eb6
3 changed files with 43 additions and 0 deletions

6
shared/.zshenv Normal file
View File

@@ -0,0 +1,6 @@
export BROWSER=firefox
export EDITOR="emacsclient -t -a \"\""
export VISUAL="emacsclient -c -a \"\""
export TERMINAL=ghostty
export MAILER=neomutt
. "$HOME/.cargo/env"