[bugfix] rename to avoid git pull error

This commit is contained in:
Klesh Wong 2021-07-07 22:22:55 +08:00
parent 1eba0df573
commit 2a88cc6c4d

View File

@ -1,12 +1,5 @@
#!/bin/bash
#if test -n "$TMUX"
#tmux rename-window $argv[-1]
#/bin/ssh $argv
#
#end
tmux_auto_rename() {
tmux setw automatic-rename
}