在mac客戶端配置好oh-my-zsh後,安裝了tmux應用,但是每次進入tmux都會提示以下警告資訊,雖然並沒有實際上的影響,但是還是感覺每次彈出視窗後會很鬧心,所以採用如下配置進行解決。
報錯如下:
_before_ loading this theme in your ~/.zshrc. in most terminal emulators, putting
export term="xterm-256color" at the top of your ~/.zshrc is sufficient.
解決辦法如下:
[[ $tmux = "" ]] && export term="xterm-256color"
set -g default-terminal "screen-256color"
oh my zsh的安裝與基本配置
sh c curl fssl sh c wget o git clone oh my zsh cp oh my zsh templates zshrc.zsh template zshrc在oh my zsh下執行 uninstall oh my zshchsh s which zsh whoami...
原 tmux安裝與使用
2 yum install package package為選擇要安裝的包名,如上圖 tmux.x86 64 tmux命令進入操作視窗 注 tmux命令建立乙個會話,乙個會話可以建立多個視窗,乙個視窗可以分為多個面板 會話 1 n 視窗 1 n面板 進入視窗後,如需執行tmux命令使用 ctrl b...
CentOS下tmux安裝與使用
tmux它是bsdscreen替代品,相對於screen,它更加先進 支援螢幕切分,並且具備豐富的命令列引數,使其能夠靈活 動態的進行各種布局和操作。它能夠做到一條命令就啟動起來 強大的配置 左側是終端。右側是vim,以下來乙個gdb 總之它就是乙個靈活的ide,任仍你配置。效果例如以下圖 接下來,...