[xterm ghostty]
This commit is contained in:
parent
f9a97a0bd1
commit
9d5ad2e564
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -34,6 +34,9 @@ zstyle ':vcs_info:hg*' formats "%{${fg[cyan]}%}[%{${fg[green]}%}%s%{${fg[cyan]}%
|
|||
zstyle ':vcs_info:svn*' formats "%{${fg[cyan]}%}[%{${fg[green]}%}%s%{${fg[cyan]}%}][%{${fg[blue]}%}%b%{${fg[yellow]}%}%m%u%c%{${fg[cyan]}%}]%{$reset_color%}"
|
||||
|
||||
case $TERM in
|
||||
xterm-*)
|
||||
export TERM=xterm-256color
|
||||
;;
|
||||
tmux-256color)
|
||||
export TERM=xterm-256color
|
||||
;;
|
||||
|
@ -224,4 +227,4 @@ if [ -d "$HOME/.config/scriptrc" ]; then
|
|||
done
|
||||
fi
|
||||
|
||||
export STM32_PRG_PATH=/Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin
|
||||
export STM32_PRG_PATH=/Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin
|
||||
|
|
Loading…
Reference in a new issue