Prompt changes.

This commit is contained in:
Bartek Stalewski 2020-05-25 14:27:08 +02:00
parent f05a84a0a1
commit 0384226ecf
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
set -g base-index 1
set -g renumber-windows on
set -g set-titles on

View File

@ -31,9 +31,9 @@
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
kubecontext # current kubernetes context (https://kubernetes.io/)
terraform # terraform workspace (https://www.terraform.io)
# aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
# kubecontext # current kubernetes context (https://kubernetes.io/)
# terraform # terraform workspace (https://www.terraform.io)
dir # current directory
vcs # git status
command_execution_time # duration of the last command