main
parent
67fafeb11c
commit
7413d48ff4
|
@ -111,7 +111,7 @@ gpgyeet() {
|
||||||
|
|
||||||
# emacs magit
|
# emacs magit
|
||||||
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)
|
# eye candy: auto onefetch (consider if this is really needed lol)
|
||||||
|
@ -148,3 +148,9 @@ setopt AUTO_CD
|
||||||
# Hooks
|
# Hooks
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
eval "$(zoxide init 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;
|
||||||
|
|
Loading…
Reference in New Issue