broken reading fish_prompt
This commit is contained in:
parent
ca2b59c942
commit
7b5c3b956c
1 changed files with 18 additions and 16 deletions
4
home.nix
4
home.nix
|
@ -56,7 +56,9 @@
|
|||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
interactiveShellInit =
|
||||
builtins.readFile ./fish/themes/val-cat/fish_prompt.fish +
|
||||
''
|
||||
set -U fish_greeting
|
||||
|
||||
if status is-interactive
|
||||
|
|
Loading…
Reference in a new issue