use nix-your-shell in all situations
This commit is contained in:
parent
50a271ac1a
commit
bd287491a8
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@
|
|||
};
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = "any-nix-shell fish | source";
|
||||
loginShellInit = "nix-your-shell fish --info-right | source";
|
||||
interactiveShellInit = "nix-your-shell fish | source";
|
||||
loginShellInit = "nix-your-shell fish | source";
|
||||
shellAliases = {
|
||||
nano = "micro";
|
||||
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue