mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Revert "fish: use global for abbr"
This reverts commit 7d6a6cbbe3.
The version of fish in Nixpkgs 18.09 is not compatible with this
option. See #581.
This commit is contained in:
@@ -7,7 +7,7 @@ let
|
||||
cfg = config.programs.fish;
|
||||
|
||||
abbrsStr = concatStringsSep "\n" (
|
||||
mapAttrsToList (k: v: "abbr --add --global ${k} '${v}'") cfg.shellAbbrs
|
||||
mapAttrsToList (k: v: "abbr --add ${k} '${v}'") cfg.shellAbbrs
|
||||
);
|
||||
|
||||
aliasesStr = concatStringsSep "\n" (
|
||||
|
||||
Reference in New Issue
Block a user