diff options
author | Alan Pearce | 2020-05-01 20:12:12 +0200 |
---|---|---|
committer | Alan Pearce | 2020-05-01 20:27:39 +0200 |
commit | 4faeb450a26e5822ee0caa1eaf466b78a64a98ec (patch) | |
tree | 015479add3c4cf3cd5b6a6a8c771cd5f4c2ff729 | |
parent | 39273da209bef8bc7fcbd34050d6e0e87079c08e (diff) | |
download | nixfiles-4faeb450a26e5822ee0caa1eaf466b78a64a98ec.tar.lz nixfiles-4faeb450a26e5822ee0caa1eaf466b78a64a98ec.tar.zst nixfiles-4faeb450a26e5822ee0caa1eaf466b78a64a98ec.zip |
zsh: hide user name in prompt display
-rw-r--r-- | user/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/zsh/zshrc b/user/zsh/zshrc index 0c2f4e9f..6380f9fa 100644 --- a/user/zsh/zshrc +++ b/user/zsh/zshrc @@ -83,6 +83,7 @@ then %# ' unsetopt zle else + AGKOZAK_USER_HOST_DISPLAY=0 AGKOZAK_SHOW_STASH=0 AGKOZAK_SHOW_VIRTUALENV=0 AGKOZAK_PROMPT_DIRTRIM=0 |