diff options
author | Julian T <julian@jtle.dk> | 2019-06-12 21:37:28 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-06-12 21:37:28 +0200 |
commit | 30c35bcc08e030aceee325b72d4a3b5c62d19cf9 (patch) | |
tree | 514a2fbe4cf9094face5df94070531031323ca3e /zsh/.zshrc | |
parent | a17e7201980fd23fdd915d11717f23e85f772d0b (diff) |
Moved, added and deleted scripts. Zsh corrections
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |