Prompt changes.
This commit is contained in:
parent
f05a84a0a1
commit
0384226ecf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user