From afec91ac7504ec03649fa0410f05a9bf750a0ade Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 8 Mar 2020 22:56:18 +0100 Subject: poweroff after xmonad exit, git store credentials --- .gitconfig | 2 +- .zprofile | 1 + .zshrc | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 577206f..2aa7aac 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,7 +2,7 @@ name = Charles email = sircharlesaze@gmail.com [credential] - helper = cache + helper = store username = HappyTramp [log] decorate = full diff --git a/.zprofile b/.zprofile index 7cebc9e..de50afc 100755 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,4 @@ if [[ "$(tty)" = "/dev/tty1" ]]; then startx + poweroff fi diff --git a/.zshrc b/.zshrc index 7512fcf..6704db9 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit