Change zsh theme

Custom theme is very minimal and has little info about your whereabouts
on the server. "bira" theme set as default.

Custom theme wasn't removed, just commented-out.
This commit is contained in:
2026-06-05 11:33:51 +02:00
parent 41a7eb370b
commit eda09583b5
3 changed files with 430 additions and 421 deletions

View File

@@ -2,7 +2,8 @@ export ZSH="$HOME/.oh-my-zsh"
export ALIASES="$HOME/.config/aliases"
export CT_DIR="$HOME/.config/custom_tools"
export EDITOR="vim"
ZSH_THEME=""
# ZSH_THEME=""
ZSH_THEME="bira"
DISABLE_AUTO_TITLE="true"
plugins=(
git
@@ -11,7 +12,7 @@ plugins=(
z
)
source $ZSH/oh-my-zsh.sh
source $HOME/.config/zsh/zhann-elvis.zsh-theme
# source $HOME/.config/zsh/zhann-elvis.zsh-theme
source $ALIASES/.aliases
autoload -Uz zcalc
[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh