Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9b32c0ae1f
3 changed files with 6 additions and 2 deletions
|
@ -157,3 +157,7 @@ bind -M default \cv edit_command_buffer
|
||||||
test $PWD = $HOME && begin
|
test $PWD = $HOME && begin
|
||||||
cd $NICE_HOME || cd
|
cd $NICE_HOME || cd
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if has_command tmux && ! set -q DO_NOT_AUTOSTART_TMUX && ! set -q TMUX
|
||||||
|
tmux new-session -D -s "default" &>/dev/null || tmux attach -t "default"
|
||||||
|
end
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
textColor = text;
|
textColor = text;
|
||||||
borderColor = primary;
|
borderColor = primary;
|
||||||
progressColor = primary;
|
progressColor = primary;
|
||||||
anchor = "bottom-left";
|
anchor = "top-right";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[urgency=high]
|
[urgency=high]
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
# set -g @resurrect-capture-pane-contents 'on'
|
# set -g @resurrect-capture-pane-contents 'on'
|
||||||
# set -g @resurrect-processes 'helix hx vi vim nvim emacs man less more tail top htop btm irssi weechat mutt "git log" iex mix deno watchexec mosh-client ssh'
|
# set -g @resurrect-processes 'helix hx vi vim nvim emacs man less more tail top htop btm irssi weechat mutt "git log" iex mix deno watchexec mosh-client ssh senpai broot nnn iex mix'
|
||||||
|
|
||||||
# bind A run-shell "#{@resurrect-save-script-path}"
|
# bind A run-shell "#{@resurrect-save-script-path}"
|
||||||
# bind L run-shell "#{@resurrect-restore-script-path}"
|
# bind L run-shell "#{@resurrect-restore-script-path}"
|
||||||
|
|
Loading…
Reference in a new issue