From 4fd331c794e26f5c7ac4315fde6e12972cbe2f91 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 Jul 2018 11:13:57 +0200 Subject: [PATCH] Minor reordering --- zshrc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/zshrc b/zshrc index 2f0a456..b8555ca 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,6 @@ # -*- sh -*- -# Prompt +# General options enable -r repeat setopt no_beep @@ -10,9 +10,7 @@ setopt hash_list_all setopt extended_glob setopt ksh_glob -setopt autopushd -export DIRSTACKSIZE=30 -alias d='dirs -v' +# Prompt autoload colors ; colors @@ -98,6 +96,12 @@ zstyle -e ':completion:*:approximate:*' max-errors \ zstyle ':completion:*' list-colors '' zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} +# Dirstack handling + +setopt autopushd +DIRSTACKSIZE=30 +alias d='dirs -v' + # Convenience do-startx() {