Skip to content

Commit

Permalink
feat: direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Sep 20, 2023
1 parent 659b4fe commit d87eb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ install_cli_tools() {
just --completions zsh > "${ZSH_COMPLETIONS_DIR}/_just"

sudo apt update && sudo apt install --yes \
direnv \
dnsutils \
fd-find \
file \
Expand Down
1 change: 1 addition & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ eval "$(zoxide init zsh)"
eval "$(keychain --eval id_ed25519)"
eval "$(github-copilot-cli alias -- "$0")"
eval "$(erd --completions zsh)"
eval "$(direnv hook zsh)"

0 comments on commit d87eb0a

Please sign in to comment.