From 3cf3dd43a95798999697f237b2e0564160bd9a5f Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 21 Aug 2024 18:22:52 -0500 Subject: [PATCH] Update .zshrc --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index 2a7586f..cabda13 100644 --- a/.zshrc +++ b/.zshrc @@ -14,12 +14,6 @@ export PATH=$PATH:/usr/local/go/bin ZSH_THEME="custom" -# Set list of themes to pick from when loading at random -# Setting this variable when ZSH_THEME=random will cause zsh to load -# a theme from this variable instead of looking in $ZSH/themes/ -# If set to an empty array, this variable will have no effect. -# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) - # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"