chore: remove tmuxinator configuration and update aliases

This commit is contained in:
2025-07-23 16:52:31 +02:00
parent be2474d385
commit 0e9b0a56d7
3 changed files with 11 additions and 56 deletions

10
.zshrc
View File

@ -149,3 +149,13 @@ export NVM_DIR="$HOME/.nvm"
. "$HOME/.atuin/bin/env"
eval "$(atuin init zsh)"
#SESSION_NAME="main
#
#if [ -t 1 ] && [ -n "$PS1" ] && [ -z "$TMUX" ]; then
# if tmux has-session -t "$SESSION_NAME" 2>/dev/null; then
# tmux attach-session -t "$SESSION_NAME"
# else
# tmux new-session -s "$SESSION_NAME" -c "$HOME"
# fi
#fi