aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/startup.zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-19 17:22:20 +0100
committerYann Herklotz <git@yannherklotz.com>2020-08-19 17:22:20 +0100
commitb1673e899ec30f25b71cdc9d1ffd6c8246634191 (patch)
tree230fa6c7da9cfd47e2bdc9dad03ceaa6529e7f17 /zsh/.zsh/startup.zsh
parent31d4d690b69b844f319fd0dcb15cb0e0f6511217 (diff)
parent2c6a2e578286509eed8c76487e43dbb9a7bf83ea (diff)
downloaddotfiles-b1673e899ec30f25b71cdc9d1ffd6c8246634191.tar.gz
dotfiles-b1673e899ec30f25b71cdc9d1ffd6c8246634191.zip
Merge branch 'master' of github.com:ymherklotz/dotfiles into master
Diffstat (limited to 'zsh/.zsh/startup.zsh')
-rw-r--r--zsh/.zsh/startup.zsh5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.zsh/startup.zsh b/zsh/.zsh/startup.zsh
index 2002337..67716ac 100644
--- a/zsh/.zsh/startup.zsh
+++ b/zsh/.zsh/startup.zsh
@@ -2,9 +2,4 @@
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
-
-# direnv
-
# End Nix
-
-eval $(opam env)