Add tmux configuration

This commit is contained in:
caem 2024-11-24 12:29:59 +01:00
parent 5f0b6270d5
commit c0fa670037
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 30 additions and 15 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/env zsh
# Disabled until I fix my tmux config
return
if [ "$TERM" = "xterm-256color" ] && [ -x "$(command -v tmux)" ]; then
tmux new-session
fi