mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
fish: fix base16-fish causing startup issues with tmux (#503)
* fish: fix base16-fish causing startup issues with tmux Closes #488 Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
This commit is contained in:
parent
6858d08ed0
commit
94d70292d0
1 changed files with 5 additions and 1 deletions
|
@ -6,5 +6,9 @@ let
|
|||
};
|
||||
in ''
|
||||
source ${theme}
|
||||
base16-${config.lib.stylix.colors.slug}
|
||||
|
||||
# See https://github.com/tomyun/base16-fish/issues/7 for why this condition exists
|
||||
if test -n "$base16_theme" && status --is-interactive && test -z "$TMUX"
|
||||
base16-${config.lib.stylix.colors.slug}
|
||||
end
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue