mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
committed by
Robert Helgesson
parent
e1fbb74b41
commit
ae8f432a75
@@ -176,10 +176,10 @@ in
|
||||
|
||||
${aliasesStr}
|
||||
|
||||
${cfg.initExtra}
|
||||
|
||||
${optionalString cfg.enableAutojump
|
||||
". ${pkgs.autojump}/share/autojump/autojump.bash"}
|
||||
|
||||
${cfg.initExtra}
|
||||
fi
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user