Disable tmux, cleanup aerospace

This commit is contained in:
Bas Grolleman
2025-08-05 08:14:06 +02:00
parent b8284c9c44
commit 18818fad92
2 changed files with 3 additions and 1 deletions

4
zshrc
View File

@@ -103,11 +103,13 @@ setopt HIST_VERIFY
# ~~~ Bas Config # ~~~ Bas Config
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export PATH="${HOME}/bin:${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH" export PATH="${HOME}/bin:${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH"
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
[[ -v PS1 ]] && [[ ! -v TMUX ]] && tmux # Disable auto tmux for now, my tiling window manager is enough
#[[ -v PS1 ]] && [[ ! -v TMUX ]] && tmux
# Function to get the current Git branch and remote # Function to get the current Git branch and remote
git_info() { git_info() {