This commit is contained in:
2024-09-25 20:11:39 -04:00
parent a2b0662912
commit ea315163c5
4 changed files with 62 additions and 38 deletions

View File

@@ -28,10 +28,6 @@ compinit
eval "$(starship init zsh)"
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux
fi
export PATH=$PATH:/usr/local/go/bin/
export PATH=$PATH:/~/go/bin/
export MANPAGER="sh -c 'col -bx | bat -l man -p'"