earnest ma 2023-10-02 11:23:32 -04:00
parent 67fafeb11c
commit 7413d48ff4
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 7 additions and 1 deletions

View File

@ -111,7 +111,7 @@ gpgyeet() {
# emacs magit
magit() {
emacs --eval "(progn (magit-status) (delete-other-windows))"
emacs --eval "(progn (magit-status) (delete-other-windows))" "$@"
}
# eye candy: auto onefetch (consider if this is really needed lol)
@ -148,3 +148,9 @@ setopt AUTO_CD
# Hooks
eval "$(direnv hook zsh)"
eval "$(zoxide init zsh)"
PATH="/Users/earne/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/Users/earne/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/Users/earne/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/Users/earne/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/Users/earne/perl5"; export PERL_MM_OPT;