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;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
fish_vi_key_bindings
|
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 = {
|
shellAbbrs = {
|
||||||
j = "jj";
|
j = "jj";
|
||||||
|
|
Loading…
Reference in a new issue