aboutsummaryrefslogtreecommitdiff
path: root/user/zsh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-10-31 07:10:25 +0100
committerMartin Fischer <martin@push-f.com>2025-11-17 07:41:47 +0100
commitae1ba47a679903e6a1b98a5b1e00f65e32b082a3 (patch)
treeaf310a989b68c4a6d7b92f70c5352a030ff370dc /user/zsh
parentad2889e6d62c64d133c1147f247f761b13d6d374 (diff)
feat(workstation): add (nix-)direnvHEADmaster
Diffstat (limited to 'user/zsh')
-rw-r--r--user/zsh/zshrc-workstation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh
index 9a255a7..b7458b0 100644
--- a/user/zsh/zshrc-workstation.sh
+++ b/user/zsh/zshrc-workstation.sh
@@ -17,6 +17,8 @@ path+=$CARGO_HOME/bin
path+=$GOPATH/bin
path+=$NPM_CONFIG_PREFIX/bin
+eval "$(direnv hook zsh)"
+
function ssh() {
# In my ~/.ssh/config I configure host-specific background colors, for example:
#