1
Fork 0
nixos-system-config/dotfiles/zsh/conf.d/tmux.zsh

9 lines
162 B
Bash
Executable file

#!/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