From 178fb79a4eaa7ed9ea7977f57c9d5764d7b88e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Sun, 5 Jan 2025 11:00:11 +0100 Subject: [PATCH] readd tmux --- .zshrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index bcf41b4..c325fce 100644 --- a/.zshrc +++ b/.zshrc @@ -83,6 +83,12 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell export PATH="/opt/homebrew/opt/sqlite/bin:$PATH" # tmux starten -#if [ "$TMUX" = "" ]; then exec tmux; fi -#clear && udot +if [ "$TMUX" = "" ]; then exec tmux; fi +clear && udot + +PATH="/Users/eragos/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/Users/eragos/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/Users/eragos/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/Users/eragos/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/Users/eragos/perl5"; export PERL_MM_OPT;