feat(zsh): use robbyrussell theme

This commit is contained in:
yeti 2025-05-13 16:12:28 +01:00
parent 09872be5a1
commit ed903b4879

View File

@ -1,6 +1,6 @@
export ZSH=$HOME/.config/zsh/ohmyzsh
ZSH_THEME="clean"
ZSH_THEME="robbyrussell"
plugins=(git fzf)