nixos/vte: ensure bash vte snippet appears first

Fixes #67312
This commit is contained in:
worldofpeace 2019-08-23 10:11:48 -04:00
parent 1e2497720f
commit 9d5f1eb581

View File

@ -42,7 +42,7 @@ in
config = mkMerge [
(mkIf config.programs.bash.vteIntegration {
programs.bash.interactiveShellInit = vteInitSnippet;
programs.bash.interactiveShellInit = mkBefore vteInitSnippet;
})
(mkIf config.programs.zsh.vteIntegration {