Merge pull request #67351 from worldofpeace/fix-vte-prompt-command

nixos/vte: ensure bash vte snippet appears first
This commit is contained in:
worldofpeace 2019-08-24 11:40:34 -04:00 committed by GitHub
commit d9cf3ee80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {