chore(zsh): cleanup some of the config

This commit is contained in:
Afonso Franco 2025-06-16 09:24:03 +01:00
parent dacffcdc35
commit ebe7a7effb
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
9 changed files with 15 additions and 571 deletions

View file

@ -1,12 +1,18 @@
if [[ -z "$TMUX" ]]; then
tmux new-session -A -s 0
if [[ -o interactive ]]; then
if [[ -z "$TMUX" ]]; then
tmux new-session -A -s 0
fi
fi
source $ZDOTDIR/setup-history.zsh
source $ZDOTDIR/prompts/simple-two-line.zsh
source $ZDOTDIR/functions.zsh
source $ZDOTDIR/plugins.zsh
source $ZDOTDIR/theme.zsh
if [[ $(uname) == "Darwin" ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
eval "$(atuin init zsh --disable-up-arrow)"