From f0e07635c793df4a00c28577245c799734a64699 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 13 Jun 2024 19:16:23 +0000 Subject: [PATCH] clean up unused theme nonsense --- dot-files/zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dot-files/zshrc b/dot-files/zshrc index e97b0db..71a3d2f 100644 --- a/dot-files/zshrc +++ b/dot-files/zshrc @@ -10,13 +10,6 @@ ZSH=$HOME/.oh-my-zsh BASE_PATH=$HOME/workspace/thepeterstone/home-sync ZGEN=$BASE_PATH/lib/zgen ZSH_CUSTOM=$HOME/.zsh_custom -# Set name of the theme to load. -# Look in ~/.oh-my-zsh/themes/ -# Optionally, if you set this to "random", it'll load a random theme each -# time that oh-my-zsh is loaded. -#ZSH_THEME="terst" -ZSH_THEME="powerlevel10k/powerlevel10k" - # load zgen source "${ZGEN}/zgen.zsh"