diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-14 12:47:39 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-14 12:47:39 +0100 | 
| commit | 5c6e9b64eef36b98f05b85673089c6d8ef6b140d (patch) | |
| tree | c345caa55d71a907636aae7cad57557b837a1cdc /config/essentials | |
| parent | b386965b95808a0ad78e6c1dedaefac4693aaad5 (diff) | |
won two characters of screen!
Diffstat (limited to 'config/essentials')
| -rw-r--r-- | config/essentials/zsh/.zshrc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 1de3e91..c590d54 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -153,7 +153,7 @@ command_not_found_handler () {  }  # prompt -PS1=' %B%(#.%F{1}.%F{13})[%n%b%f@%B%F{6}%m]%b%f %3~ ' +PS1=' %B%(#.%F{1}.%F{13})%n%b%f@%B%F{6}%m%b%f %3~ '  RPROMPT='%F{blue}$(parse_git_remote)%f%F{red}$(parse_git_status)%f%F{green}$(parse_git_branch)%f%(?.. %?)'  setopt prompt_subst  | 
