tmux: no more yash

This commit is contained in:
yosh 2023-10-27 22:38:17 -04:00
parent 4561c8d2d3
commit 358d365105
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ unbind C-b
unbind M-a
set -g prefix M-a
bind M-a send-prefix
set -g default-command yash
set -g default-command bash
set -g base-index 1
set -g pane-base-index 1
set -g aggressive-resize on