mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
save a fork
This commit is contained in:
parent
5dbf0b1731
commit
fda8b9eb55
1 changed files with 3 additions and 2 deletions
|
@ -68,8 +68,9 @@ if [ -h "$PROFILE" ]; then
|
|||
# Set default colors
|
||||
BG=W
|
||||
FG=k
|
||||
color=$(ls -l "$PROFILE" | sed "s/^.*\///")
|
||||
case $color in
|
||||
color=$(ls -l "$PROFILE")
|
||||
color=${color##*/}
|
||||
case "$color" in
|
||||
black|dark) BG=k; FG=W;;
|
||||
dark_blue) BG=b; FG=W;;
|
||||
dark_cyan) BG=c; FG=W;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue