# HG changeset patch # User Mikael Berthe # Date 1556398348 -7200 # Node ID 6eeab84c3f15b25ded145926e9def487159fd06d # Parent 9c238177f98aa0bbe04c4f5142fdf3f351e3ee34 Small pending updates diff -r 9c238177f98a -r 6eeab84c3f15 zshrc --- a/zshrc Sun Feb 05 12:46:10 2017 +0100 +++ b/zshrc Sat Apr 27 22:52:28 2019 +0200 @@ -14,7 +14,7 @@ # zsh_local directory. -fpath=($ZDOTDIR/functions $fpath) +fpath=($ZDOTDIR/functions $ZDOTDIR/zsh_local/functions $fpath) #################### diff -r 9c238177f98a -r 6eeab84c3f15 zshrc.d/20-prompt.zrc --- a/zshrc.d/20-prompt.zrc Sun Feb 05 12:46:10 2017 +0100 +++ b/zshrc.d/20-prompt.zrc Sat Apr 27 22:52:28 2019 +0200 @@ -5,7 +5,8 @@ if [[ "$TERM" == "rxvt" || "$TERM" == "rxvt-256color" || "$TERM" == "rxvt-unicode" || - "$TERM" == "rxvt-unicode-256color" ]] + "$TERM" == "rxvt-unicode-256color" || + "$TERM" == "xterm-256color" ]] then export SHOWMODE="on" fi