mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 05:03:09 +00:00
bash: initExtra after autojump config
Allow for initExtra to manipulate results of autojump, e.g., remove aliases. PR #1431
This commit is contained in:
parent
e1fbb74b41
commit
ae8f432a75
1 changed files with 2 additions and 2 deletions
|
@ -176,10 +176,10 @@ in
|
|||
|
||||
${aliasesStr}
|
||||
|
||||
${cfg.initExtra}
|
||||
|
||||
${optionalString cfg.enableAutojump
|
||||
". ${pkgs.autojump}/share/autojump/autojump.bash"}
|
||||
|
||||
${cfg.initExtra}
|
||||
fi
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue