From 2b3cd782b3a94ff458418c4d8b5eeb3dca0a1bc9 Mon Sep 17 00:00:00 2001 From: Ewy~ Date: Mon, 13 Jan 2025 23:11:54 +0100 Subject: added theme --- .zshrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 6fc3589..16854cf 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.3