diff options
| author | Martin Fischer <martin@push-f.com> | 2025-10-31 07:10:25 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-11-17 07:41:47 +0100 |
| commit | ae1ba47a679903e6a1b98a5b1e00f65e32b082a3 (patch) | |
| tree | af310a989b68c4a6d7b92f70c5352a030ff370dc /user/zsh/zshrc-workstation.sh | |
| parent | ad2889e6d62c64d133c1147f247f761b13d6d374 (diff) | |
Diffstat (limited to 'user/zsh/zshrc-workstation.sh')
| -rw-r--r-- | user/zsh/zshrc-workstation.sh | 2 |
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: # |
