Fixup some startup scripts.

This commit is contained in:
David Tomaschik
2019-04-09 15:33:53 +02:00
parent 90060a290e
commit 426fdbd7ee
3 changed files with 19 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace
unsetopt beep histbeep listbeep flowcontrol
bindkey -v
# Allow core files
ulimit -c unlimited
# Completion
zstyle :compinstall filename "${HOME}/.zshrc"
zstyle ':completion:*' users root ${USER}