feat(work): source ~/.jenkinsenv in all zsh shells #64

Merged
lyrathorpe merged 2 commits from feat/jenkins_mcp into main 2026-07-14 16:05:52 +01:00
Showing only changes of commit 10c64c77f1 - Show all commits
+1
View File
@@ -60,6 +60,7 @@
# the file holds secrets, so it is kept out of the world-readable nix store. # the file holds secrets, so it is kept out of the world-readable nix store.
programs.zsh.envExtra = '' programs.zsh.envExtra = ''
[ -f "$HOME/.jenkinsenv" ] && . "$HOME/.jenkinsenv" [ -f "$HOME/.jenkinsenv" ] && . "$HOME/.jenkinsenv"
[ -f "$HOME/.splunkenv" ] && . "$HOME/.splunkenv"
''; '';
programs.tmux = { programs.tmux = {
# kube context/namespace in the status line. kube-tmux is pinned as a flake # kube context/namespace in the status line. kube-tmux is pinned as a flake