tmux 및 zsh와 함께 iTerm2를 사용하십시오. 문제가 있습니다. 새 tmux 창에 소스 ~/.zshrc
파일이 없습니다.
터미널을 사용자 정의했지만( source ~/.zshrc
수동으로 실행하면 작동함) 새 창을 열면( C+b
및 c
) 파일을 가져오지 못합니다.
~/.tmux.conf
set -g default-terminal "screen-256color"
set -g default-command /bin/zsh
set-option -g default-shell /bin/zsh
~/.zshrc
export ZSH="$HOME/.oh-my-zsh"
plugins=(git tmux)
ZSH_TMUX_AUTOSTART=true
source $ZSH/oh-my-zsh.sh
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
export EDITOR='mvim'
fi
export TERM=xterm-256color
eval "$(starship init zsh)"
iTerm 설정 [