all repos — nixfiles @ 39273da209bef8bc7fcbd34050d6e0e87079c08e

System and user configuration, managed by nix and home-manager

zsh: disable unnecessary prompt features
Alan Pearce alan@alanpearce.eu
Fri, 01 May 2020 20:11:38 +0200
commit

39273da209bef8bc7fcbd34050d6e0e87079c08e

parent

1912ff6dd6e9b69443547d8b0fbe53e578868ddc

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M user/zsh/zshrcuser/zsh/zshrc
@@ -83,6 +83,8 @@ PROMPT='%B%F{green}%n %F{blue}%~%b%f %# '
   unsetopt zle
 else
+  AGKOZAK_SHOW_STASH=0
+  AGKOZAK_SHOW_VIRTUALENV=0
   AGKOZAK_PROMPT_DIRTRIM=0
   AGKOZAK_LEFT_PROMPT_ONLY=${+SSH_CLIENT}