Compare commits

...

3 Commits

Author SHA1 Message Date
73afacea31 some maintenance 2025-01-05 11:00:58 +01:00
178fb79a4e readd tmux 2025-01-05 11:00:11 +01:00
594fe0dbef Add bat 2025-01-05 10:59:53 +01:00
3 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
export MC_SKIN=$HOME/.config/mc/skins/solarized.ini
export EDITOR=vim
cd /opt/homebrew/bin
[[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases"
[[ -f "$HOME/.iterm2_shell_integration.zsh" ]] && source "$HOME/.iterm2_shell_integration.zsh"
@@ -16,3 +18,5 @@ fi
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"
eval "$(/opt/homebrew/bin/brew shellenv)"
cd ~

10
.zshrc
View File

@@ -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;

View File

@@ -34,4 +34,4 @@ alias ls='ls -Fh ${colorflag}'
alias tmux='tmux -2'
alias view='vim -p -R'
alias vp='vim -p'
alias cat='bat'