From 28fa0848328e1266720b172eb30f195d4823d932 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 10 Jan 2020 22:36:48 +0100 Subject: [PATCH] icons --- zsh/k8s.zsh | 2 +- zsh/zshrc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/k8s.zsh b/zsh/k8s.zsh index 1d4feae..2872c64 100644 --- a/zsh/k8s.zsh +++ b/zsh/k8s.zsh @@ -14,6 +14,6 @@ slimline::section::k8s_context::async_task_complete() { slimline::section::k8s_context::render() { [[ -z "${slimline_section_k8s_context_output}" ]] && return - slimline::utils::expand "k8s_context" "[k8s:%F{blue}|output|%f]" \ + slimline::utils::expand "k8s_context" "[☸️ %F{blue}|output|%f]" \ "output" "${slimline_section_k8s_context_output}" \ } diff --git a/zsh/zshrc b/zsh/zshrc index 6bdebf8..313f3a6 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -10,13 +10,13 @@ alias ll='ls -lh' source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.dotfiles/zsh/k8s.zsh +SLIMLINE_RIGHT_PROMPT_SECTIONS="execution_time git aws_profile virtualenv k8s_context" SLIMLINE_USER_HOST_INFO_FORMAT="%F{green}|user|%F{white}@%F{cyan}|host|%f" SLIMLINE_USER_HOST_INFO_ROOT_FORMAT="%F{red}|user|%F{white}@%F{cyan}|host|%f" -SLIMLINE_VIRTUALENV_FORMAT="%F{white}[venv:%F{blue}|basename|%F{white}]%f" -SLIMLINE_AWS_PROFILE_FORMAT="%F{white}[aws:%F{blue}|profile|%F{white}]%f" +SLIMLINE_VIRTUALENV_FORMAT="%F{white}[🐍 %F{blue}|basename|%F{white}]%f" +SLIMLINE_AWS_PROFILE_FORMAT="%F{white}[☁️ %F{blue}|profile|%F{white}]%f" # unicode 2601 SLIMLINE_SYMBOL_WORKING_FORMAT="%F{red}➜%f" SLIMLINE_SYMBOL_READY_FORMAT="%F{243}➜%f" -SLIMLINE_RIGHT_PROMPT_SECTIONS="|default| k8s_context" SLIMLINE_MAX_EXEC_TIME=2 source ~/.zsh/themes/slimline/slimline.zsh [ -e ~/.zshrc.local ] && source ~/.zshrc.local