diff options
| author | Ewy~ <ewy0@protonmail.com> | 2025-01-13 23:11:54 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2025-01-13 23:11:54 +0100 |
| commit | 2b3cd782b3a94ff458418c4d8b5eeb3dca0a1bc9 (patch) | |
| tree | 220c4c5a0c35b5d9051f21537c747265ff3d0f68 /.zshrc | |
| parent | 9fa95d851dbbe1d866b85848f6215e8e2d1dedf0 (diff) | |
added theme
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,23 +1,19 @@ setopt completealiases alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' -zmodload zsh/zprof ZSH_CUSTOM="$HOME/.config/zsh" -ZSH_THEME="funky" +ZSH_THEME="ewout" zstyle ':omz:update' mode auto plugins=( aliases alias-finder archlinux cp - copyfile - copypath git git-commit git-escape-magic git-extras gitignore - git-prompt kate man node @@ -35,4 +31,3 @@ plugins=( ) . /usr/share/oh-my-zsh/oh-my-zsh.sh -zprof |
