summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv13
1 files changed, 13 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
new file mode 100644
index 0000000..7cd008d
--- /dev/null
+++ b/.zshenv
@@ -0,0 +1,13 @@
+# Setup environment
+export PATH="$PATH:/home/dholman/bin"
+export EDITOR="vim"
+export SUDO_EDITOR="vim"
+export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
+export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82
+export GPG_TTY=$(tty)
+
+# Source outside scripts
+source /usr/share/doc/pkgfile/command-not-found.zsh
+source /usr/share/git/completion/git-prompt.sh
+source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh