mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
option to configure strange terminals
This commit is contained in:
parent
485e5ca03c
commit
9cc961f376
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ export ZSH_THEME="robbyrussell"
|
|||
# Uncomment following line if you want to disable colors in ls
|
||||
# export DISABLE_LS_COLORS="true"
|
||||
|
||||
# If this terminal has strange settings, set this to true
|
||||
# the first run will have you set some parameters,
|
||||
# and then all will be well.
|
||||
#export STRANGE_TERMINAL='true'
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Customize to your needs...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue