From ae1ba47a679903e6a1b98a5b1e00f65e32b082a3 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 31 Oct 2025 07:10:25 +0100 Subject: feat(workstation): add (nix-)direnv --- user/zsh/zshrc-workstation.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user/zsh') 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: # -- cgit v1.2.3