diff --git a/conf/tmux.conf b/conf/tmux.conf index f7918fb..7ecc32d 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -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 diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 2314953..324f5ab 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -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