fix nix-your-shell
This commit is contained in:
parent
5c973296af
commit
50a271ac1a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
};
|
};
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = "any-nix-shell fish --info-right | source";
|
interactiveShellInit = "any-nix-shell fish | source";
|
||||||
loginShellInit = "nix-your-shell fish --info-right | source";
|
loginShellInit = "nix-your-shell fish --info-right | source";
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
nano = "micro";
|
nano = "micro";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue