diff options
| -rw-r--r-- | .gitconfig | 2 | ||||
| -rwxr-xr-x | .zprofile | 1 | ||||
| -rw-r--r-- | .zshrc | 4 |
3 files changed, 4 insertions, 3 deletions
@@ -2,7 +2,7 @@ name = Charles email = sircharlesaze@gmail.com [credential] - helper = cache + helper = store username = HappyTramp [log] decorate = full @@ -1,3 +1,4 @@ if [[ "$(tty)" = "/dev/tty1" ]]; then startx + poweroff fi @@ -34,9 +34,9 @@ bindkey -v '^?' backward-delete-char bindkey -v export KEYTIMEOUT=1 -setopt auto_cd # cd without `cd` command +setopt auto_cd # cd without `cd` command # setopt pushd_ignore_dups -# setopt list_rows_first +setopt list_rows_first # iterate in completion menu by row # setopt extendedglob # executed when changind directory |
