mirror of
https://github.com/danth/stylix
synced 2024-11-22 20:23:15 +00:00
Fix Fish when using an imported scheme 🐛
This commit is contained in:
parent
cf0755f383
commit
0defebf853
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ let
|
|||
|
||||
promptInit = ''
|
||||
source ${theme}
|
||||
base16-stylix
|
||||
base16-${config.lib.stylix.colors.slug}
|
||||
'';
|
||||
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue