Prefer 'minimal' prompt in console (monitor)
This commit is contained in:
parent
d020d34e59
commit
16c70c305c
1 changed files with 6 additions and 1 deletions
|
@ -85,7 +85,12 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
|
|||
# Set the prompt theme to load.
|
||||
# Setting it to 'random' loads a random theme.
|
||||
# Auto set to 'off' on dumb terminals.
|
||||
zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
# Prefer 'minimal' prompt in console (monitor)
|
||||
if [[ "$TERM" == (linux|*bsd*) ]]; then
|
||||
zstyle ':prezto:module:prompt' theme 'minimal'
|
||||
else
|
||||
zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
fi
|
||||
|
||||
#
|
||||
# Ruby
|
||||
|
|
Loading…
Add table
Reference in a new issue