From 30c35bcc08e030aceee325b72d4a3b5c62d19cf9 Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 12 Jun 2019 21:37:28 +0200 Subject: Moved, added and deleted scripts. Zsh corrections --- zsh/.zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'zsh') 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 -- cgit v1.2.3