broken reading fish_prompt

main
Zynh Ludwig 2024-02-28 20:02:44 -08:00
parent ca2b59c942
commit 7b5c3b956c
1 changed files with 18 additions and 16 deletions

View File

@ -56,7 +56,9 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit =
builtins.readFile ./fish/themes/val-cat/fish_prompt.fish +
''
set -U fish_greeting set -U fish_greeting
if status is-interactive if status is-interactive