diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-06-04 21:54:26 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-06-04 21:54:26 +0200 |
| commit | 817500961e10a84d7e669a6cc98bb59a5acc08a2 (patch) | |
| tree | 16e9a60c44d8700fdef2bd762fcd4863406351ca /.p10k.zsh | |
| parent | 636540f674a683104d28aadcd44827abb9c86e0a (diff) | |
| download | dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.tar dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.tar.gz dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.tar.bz2 dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.tar.lz dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.tar.xz dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.tar.zst dotfiles-817500961e10a84d7e669a6cc98bb59a5acc08a2.zip | |
modify shell configs a little
Diffstat (limited to '.p10k.zsh')
| -rw-r--r-- | .p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,10 +62,10 @@ # Right prompt segments. typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - # command_execution_time # previous command duration + command_execution_time # previous command duration # virtualenv # python virtual environment # context # user@host - # time # current time + time # current time # =========================[ Line #2 ]========================= # newline # \n ) |
