Minor reordering

This commit is contained in:
Daniel - 2018-07-15 11:13:57 +02:00
parent 26c716ce6e
commit 4fd331c794
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 8 additions and 4 deletions

12
zshrc
View File

@ -1,6 +1,6 @@
# -*- sh -*- # -*- sh -*-
# Prompt # General options
enable -r repeat enable -r repeat
setopt no_beep setopt no_beep
@ -10,9 +10,7 @@ setopt hash_list_all
setopt extended_glob setopt extended_glob
setopt ksh_glob setopt ksh_glob
setopt autopushd # Prompt
export DIRSTACKSIZE=30
alias d='dirs -v'
autoload colors ; colors autoload colors ; colors
@ -98,6 +96,12 @@ zstyle -e ':completion:*:approximate:*' max-errors \
zstyle ':completion:*' list-colors '' zstyle ':completion:*' list-colors ''
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
# Dirstack handling
setopt autopushd
DIRSTACKSIZE=30
alias d='dirs -v'
# Convenience # Convenience
do-startx() { do-startx() {