broken reading fish_prompt
parent
ca2b59c942
commit
7b5c3b956c
4
home.nix
4
home.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue