From 8979b768965109f39730ed2a431fbf2e4d369502 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 17 Feb 2020 13:21:02 +0100 Subject: Update bash PS1 This should bring the prompt for interactive Bash usage in line with the prompt for zsh. The colors are slightly different, but the information is the same. --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 841ebcb..0a5c687 100755 --- a/.zshrc +++ b/.zshrc @@ -50,6 +50,9 @@ bindkey -M vicmd "gg" zle-move-to-buffer-beginning [ $DEBUG_DOTFILES ] && echo " Setting autocompletions" zstyle :compinstall filename '/home/tyil/.zshrc' zstyle ':completion:*' menu select + +# Enable comments in interactive zsh +set -k # }}} function precmd() # {{{ -- cgit v1.1