mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fix linux term
This commit is contained in:
parent
e925faae35
commit
18a8838ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ autoload -U add-zsh-hook
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
|
|
||||||
#use extended color pallete if available
|
#use extended color pallete if available
|
||||||
if [[ $TERM = *256color* || $TERM = linux ]]; then
|
if [[ $TERM = *256color* || $TERM = *linux* ]]; then
|
||||||
turquoise="%F{81}"
|
turquoise="%F{81}"
|
||||||
orange="%F{166}"
|
orange="%F{166}"
|
||||||
purple="%F{135}"
|
purple="%F{135}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue