Skip to content

Commit

Permalink
update prompt for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgrotz committed Aug 23, 2023
1 parent a7ac03f commit 335ca0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system_scripts/50_configure_zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if [ -f ${user_setup_script} ]; then
fi
export PATH=$HOME/.local/bin:\$PATH
export PROMPT='%(!.%{%F{yellow}%}.)\$USER @ %{\$fg[white]%}%M %{\$fg_bold[red]%}➜ %{\$fg_bold[green]%}%p %{\$fg[cyan]%}%c %{\$fg_bold[blue]%}\$(git_prompt_info)%{\$fg_bold[blue]%} % %{\$reset_color%}'
export RPROMPT="[%D{%Y-%m-%d %T}]"
EOF


Expand Down

0 comments on commit 335ca0f

Please sign in to comment.