meu .tmux.conf.:
set -g mouse on
#set -g mouse-select-pane on
bind-key a set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"
set-window-option -g aggressive-resize
set -g pane-border-format "#P: #{pane_current_command}"
#tmux set -g pane-border-status top
set-window-option -g allow-rename off
set-window-option -g automatic-rename off
eco $PS1
PS1="\u@\h:\W\\$ "
Versões:
akhil@phoenix:~$ xpanes -V
xpanes 4.1.1
akhil@phoenix:~$ tmux -V
tmux 2.9a
captura de tela:
xpanes -t -c "ping {}" 192.168.0.{1..9}
Eu resolvi.
Existe um
.bashrc
arquivo em/etc/bash.bashrc
Ele está substituindo com o seguinte
Eu removi essas linhas e está funcionando bem.