diff options
| author | Miguel <m.i@gmx.at> | 2021-11-03 19:59:44 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2021-11-03 19:59:44 +0100 |
| commit | f70d5dc9b1f546bcfae67f067fe2e3b67f94ca45 (patch) | |
| tree | 3bffaa05b78db0e393bc44eb273f771e08320154 /zsh | |
| parent | e3fb79099e233185825b248a0b275173bd182239 (diff) | |
improving dotfiles
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/dot-zimrc (renamed from zsh/zimrc) | 0 | ||||
| -rw-r--r-- | zsh/dot-zshrc (renamed from zsh/zshrc) | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zimrc b/zsh/dot-zimrc index 2a2bb68..2a2bb68 100644 --- a/zsh/zimrc +++ b/zsh/dot-zimrc diff --git a/zsh/zshrc b/zsh/dot-zshrc index a28e0e6..d116b4a 100644 --- a/zsh/zshrc +++ b/zsh/dot-zshrc @@ -218,5 +218,8 @@ export PATH=$HOME/.local/bin:$PATH [ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local" [ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" +[ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && source "$HOME/.nix-profile/etc/profile.d/nix.sh" + +eval "$(direnv hook zsh)" cd $HOME |
