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'm trying to take advantage of the BASE16_SHELL_ENABLE_VARS exports in tinted-theming/tinted-shell. I can set the BASE16_COLOR_##_HEX exports correctly if I source the script from my current shell like so:
However, when I apply a scheme via tinty apply these exports are not set. I assume this is because hooks are executed via shell command instead of executing in the current shell. Is there a workaround for this that will allow the hook to run in the current shell?
What version of tinty are you using? 0.14.0
The text was updated successfully, but these errors were encountered:
I'm trying to take advantage of the
BASE16_SHELL_ENABLE_VARS
exports in tinted-theming/tinted-shell. I can set theBASE16_COLOR_##_HEX
exports correctly if I source the script from my current shell like so:source "$(tinty config --data-dir-path)/base16-shell-scripts-file.sh"
However, when I apply a scheme via
tinty apply
these exports are not set. I assume this is because hooks are executed via shell command instead of executing in the current shell. Is there a workaround for this that will allow the hook to run in the current shell?What version of
tinty
are you using?0.14.0
The text was updated successfully, but these errors were encountered: