From dde8b99e954d053cef5e1654ffb216c6d746ec1a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 1 Oct 2020 16:42:36 -0700 Subject: [zsh] a few more bits of configurations --- zshenv | 2 ++ zshrc | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/zshenv b/zshenv index 6d3aae3..37ab040 100644 --- a/zshenv +++ b/zshenv @@ -1,3 +1,5 @@ export EDITOR="mg" export PATH=~/workspace/go/bin:$PATH +export GOPATH=~/workspace/go + alias add="arc diff --draft" diff --git a/zshrc b/zshrc index 8586c89..9786623 100644 --- a/zshrc +++ b/zshrc @@ -19,3 +19,19 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l: autoload -U select-word-style select-word-style bash + +# Print timing statistics for everything which takes longer than 5 seconds of +# user + system time ('sleep 6' does not work because of 0% user/system time!). +REPORTTIME=5 + +# Explicitly select Emacs line editing mode (independent of zsh’s best guess +# based on EDITOR/VISUAL). +bindkey -e + +setopt PROMPT_PERCENT +setopt PROMPT_SUBST + +PROMPT='[%F%25<..<%~%f%<<]$ ' + +autoload -U select-word-style +select-word-style bash -- cgit 1.4.1