mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
home/fish: specify --command $SHELL in alias
This commit is contained in:
parent
0798147e92
commit
98125368d3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
programs.fish = {
|
||||
shellAbbrs = lib.mkMerge [
|
||||
(lib.mkIf pkgs.stdenv.isLinux {
|
||||
"," = "nix-shell -p";
|
||||
"," = "nix-shell --command $SHELL -p";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue