remove auto-start tmux session
This commit is contained in:
parent
022902fc6d
commit
f432b3513b
1 changed files with 0 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue