diff --git a/.aerospace.toml b/aerospace.toml similarity index 100% rename from .aerospace.toml rename to aerospace.toml diff --git a/zshrc b/zshrc index a4af6bd..86a5b7e 100644 --- a/zshrc +++ b/zshrc @@ -103,11 +103,13 @@ setopt HIST_VERIFY # ~~~ Bas Config +export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" export PATH="${HOME}/bin:${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH" 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 git_info() {