summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-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