summaryrefslogtreecommitdiff
path: root/user:hiegel/21_PromptsColors.zsh
blob: 871ce9330b8dacc2cfc0bee58db5e08dcb1e0d13 (plain)
1
2
3
4
5
6
7
#!/bin/zsh

if ( [ "$TERM" = "screen" ] )
then
    PS1_USER="34"
fi