remove auto-start tmux session

This commit is contained in:
sloane 2025-02-15 15:52:10 -05:00
parent 022902fc6d
commit f432b3513b
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -32,13 +32,6 @@
enable = true;
interactiveShellInit = ''
fish_vi_key_bindings
# start or attach to default tmux session
if not set -q TMUX
set -g TMUX tmux new-session -d -s default
eval $TMUX
tmux attach-session -d -t default
end
'';
shellAbbrs = {
j = "jj";