mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
unposted: change bracket colors default to yellow when in an ssh session.
This commit is contained in:
parent
be1e9c189d
commit
2746eec722
2 changed files with 7 additions and 2 deletions
|
@ -17,7 +17,7 @@ prompt_clint_setup () {
|
|||
|
||||
autoload -Uz vcs_info
|
||||
|
||||
pcc[1]=${1:-'red'}
|
||||
pcc[1]=${1:-${${SSH_CLIENT+'yellow'}:-'red'}}
|
||||
pcc[2]=${2:-'cyan'}
|
||||
pcc[3]=${3:-'green'}
|
||||
pcc[4]=${4:-'yellow'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue