commit ea2a284674119dd6ed0e542c7de8ae873a055353
parent 338d13a3d405dc645d1029a2340c2b81c46761d7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 25 May 2018 15:27:31 -0400
Allow in-line comments in zsh prompt
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/links/.zshrc b/links/.zshrc
@@ -72,6 +72,7 @@ setopt append_history
setopt share_history
setopt hist_verify
setopt hist_ignore_all_dups
+setopt interactivecomments # allow in-line comments in zsh prompt
export HISTFILE="${HOME}"/.zsh-history
export HISTSIZE=1000000
export SAVEHIST=$HISTSIZE