Skip to content

Commit

Permalink
zsh: Replace direnv with dotenv
Browse files Browse the repository at this point in the history
Turns out direnv does not support aliases and functions:
direnv/direnv#73
  • Loading branch information
lindhe committed Nov 1, 2023
1 parent 0ac69c8 commit 09537e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ DISABLE_AUTO_TITLE="true"
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
direnv
dotenv
git
)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ sudo apt install \
neovim tree zsh \
build-essential \
git git-lfs \
tmux jq unzip shellcheck colordiff \
direnv
tmux jq unzip shellcheck colordiff
```

```shell
Expand Down

0 comments on commit 09537e0

Please sign in to comment.