Better completion with up-arrow.

This commit is contained in:
Bartek Stalewski 2021-08-01 22:35:13 +02:00
parent 323b41e49f
commit 88f6831798
2 changed files with 23 additions and 3 deletions

View file

@ -1,6 +1,3 @@
# key mode
bindkey -e
# global exports and options
export HISTSIZE=10000
export SAVEHIST=$HISTSIZE
@ -18,6 +15,7 @@ mkdir -p $XDG_CACHE_HOME/zsh
zstyle ':completion:*' menu select
zstyle ':completion:*' list-colors ''
source $ZDOTDIR/keys.zsh
# fancy stuff only in X or ssh
if [[ ! $(tty) =~ /dev/tty[0-9] ]]; then
# aliases