chore: remove tmuxinator configuration and update aliases
This commit is contained in:
10
.zshrc
10
.zshrc
@ -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
|
||||
|
Reference in New Issue
Block a user