From b26bd743cf164cc66ef68559f9a50cff04366010 Mon Sep 17 00:00:00 2001 From: Lod Date: Wed, 16 Oct 2024 16:55:58 +0200 Subject: [PATCH] [Lazy] Zsh - Change theme --- lazy.ansible/.manala/etc/zsh/.zshrc.tmpl | 6 +++++- lazy.kubernetes/.manala/etc/zsh/.zshrc.tmpl | 6 +++++- lazy.symfony/.manala/etc/zsh/.zshrc.tmpl | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/lazy.ansible/.manala/etc/zsh/.zshrc.tmpl b/lazy.ansible/.manala/etc/zsh/.zshrc.tmpl index f41aa925..e8496611 100644 --- a/lazy.ansible/.manala/etc/zsh/.zshrc.tmpl +++ b/lazy.ansible/.manala/etc/zsh/.zshrc.tmpl @@ -8,7 +8,7 @@ export ZSH=/usr/local/share/oh-my-zsh # load a random theme each time Oh My Zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="strug" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -115,3 +115,7 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + +# Theme customization +PROMPT="%{$fg[green]%}╭─%n@%m %{$reset_color%}%{$fg[yellow]%}in %1~ %{$reset_color%}${git_branch} +%{$fg[green]%}╰\$ %{$reset_color%}" diff --git a/lazy.kubernetes/.manala/etc/zsh/.zshrc.tmpl b/lazy.kubernetes/.manala/etc/zsh/.zshrc.tmpl index 4439c968..a5ad0f13 100644 --- a/lazy.kubernetes/.manala/etc/zsh/.zshrc.tmpl +++ b/lazy.kubernetes/.manala/etc/zsh/.zshrc.tmpl @@ -8,7 +8,7 @@ export ZSH=/usr/local/share/oh-my-zsh # load a random theme each time Oh My Zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="strug" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -145,3 +145,7 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + +# Theme customization +PROMPT="%{$fg[green]%}╭─%n@%m %{$reset_color%}%{$fg[yellow]%}in %1~ %{$reset_color%}${git_branch} +%{$fg[green]%}╰\$ %{$reset_color%}" diff --git a/lazy.symfony/.manala/etc/zsh/.zshrc.tmpl b/lazy.symfony/.manala/etc/zsh/.zshrc.tmpl index 66d35357..05511a52 100644 --- a/lazy.symfony/.manala/etc/zsh/.zshrc.tmpl +++ b/lazy.symfony/.manala/etc/zsh/.zshrc.tmpl @@ -8,7 +8,7 @@ export ZSH=/usr/local/share/oh-my-zsh # load a random theme each time Oh My Zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="strug" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -117,3 +117,7 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + +# Theme customization +PROMPT="%{$fg[green]%}╭─%n@%m %{$reset_color%}%{$fg[yellow]%}in %1~ %{$reset_color%}${git_branch} +%{$fg[green]%}╰\$ %{$reset_color%}"