You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use your zsh-launchpad, which enables zcolors, when I try to create a tmux-session with tmux new -s test, the value of LESS is --use-color -DSkY$DPWb --use-color -DSkY$DPWb. Then if I try to exec less example.txt, the terminal reports error: Invalid color string "Wb --use-color -DSkY".
Steps To Reproduce
# with zsh-launchpad and zcolors enabled
tmux new -s testecho"test less">> test.txt
less test.txt
Expected behavior
Observed behavior
Environment:
Debian Bookworm
wezterm 20240203-110809-5046fc22
zsh 5.9 (x86_64-debian-linux-gnu)
latest
The text was updated successfully, but these errors were encountered:
Describe the bug
I use your
zsh-launchpad
, which enableszcolors
, when I try to create a tmux-session withtmux new -s test
, the value ofLESS
is--use-color -DSkY$DPWb --use-color -DSkY$DPWb
. Then if I try to execless example.txt
, the terminal reports error:Invalid color string "Wb --use-color -DSkY"
.Steps To Reproduce
Expected behavior
Observed behavior
Environment:
The text was updated successfully, but these errors were encountered: