Fix error in home.nix's programs.bash. Home Manager's programs.bash does not have promptInit. Use InitExtra instead
This commit is contained in:
parent
551f5c913a
commit
e5e24c7976
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -110,7 +110,7 @@
|
|||
#############################################################################
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
promptInit = builtins.readFile ./dotfiles/bash_prompt;
|
||||
initExtra = builtins.readFile ./dotfiles/bash_prompt;
|
||||
shellAliases = {
|
||||
c = "clear";
|
||||
gm = "git checkout master && git pull";
|
||||
|
|
|
|||
Loading…
Reference in a new issue