summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2019-06-12 21:37:28 +0200
committerJulian T <julian@jtle.dk>2019-06-12 21:37:28 +0200
commit30c35bcc08e030aceee325b72d4a3b5c62d19cf9 (patch)
tree514a2fbe4cf9094face5df94070531031323ca3e /zsh/.zshrc
parenta17e7201980fd23fdd915d11717f23e85f772d0b (diff)
Moved, added and deleted scripts. Zsh corrections
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 7e3cabb..929b2e0 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -32,10 +32,10 @@ ZSH_THEME="af-magic"
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
-# ENABLE_CORRECTION="true"
+ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
-# COMPLETION_WAITING_DOTS="true"
+COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
@@ -156,3 +156,5 @@ command_not_found_handler () {
# opam configuration
test -r /home/julian/.opam/opam-init/init.zsh && . /home/julian/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
export ANSIBLE_NOCOWS=1
+
+export PATH=$HOME/Scripts:$PATH