]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/env
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / zsh / env
diff --git a/zsh/env b/zsh/env
deleted file mode 100644 (file)
index be6c528..0000000
--- a/zsh/env
+++ /dev/null
@@ -1,19 +0,0 @@
-# Zsh configuration file for environment related options.
-
-
-. ~/.shell/functions
-
-source_debug ". ~/.zsh/env"
-
-source_config ~/.shell/env
-
-
-# Make sure elements in PATH are unique.
-typeset -U path PATH
-
-
-source_config ~/.zsh/env.local
-
-source_debug ". ~/.zsh/env (done)"
-
-# vim: ft=zsh