Move directory to lower prompt line

This commit is contained in:
Bartek Stalewski 2021-01-18 16:37:10 +01:00
parent 36e2bec637
commit 90e3e7bfab

View file

@ -29,15 +29,15 @@
# aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) # aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
# terraform # terraform workspace (https://www.terraform.io) # terraform # terraform workspace (https://www.terraform.io)
kubecontext # current kubernetes context (https://kubernetes.io/) kubecontext # current kubernetes context (https://kubernetes.io/)
dir # current directory
vcs # git status vcs # git status
command_execution_time # duration of the last command command_execution_time # duration of the last command
background_jobs # presence of background jobs background_jobs # presence of background jobs
status # exit code of the last command status # exit code of the last command
# =========================[ Line #2 ]=========================
newline newline
# =========================[ Line #2 ]=========================
vi_mode vi_mode
context # user@hostname context # user@hostname
dir # current directory
prompt_char # prompt symbol prompt_char # prompt symbol
) )