From 47bd33f14e0d0cec981d3312583498c566cc8c67 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 9 Jun 2025 02:11:24 -0400 Subject: [PATCH] Cleaned up zshrc file --- dot_zshrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 89b4078..85322f0 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -2,11 +2,7 @@ # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH # Path to your Oh My Zsh installation. -if [[ -d "$HOME/.oh-my-zsh/" ]]; then - export ZSH="$HOME/.oh-my-zsh" -else - export ZSH="/usr/share/ohmyzsh" -fi +export ZSH="$HOME/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time Oh My Zsh is loaded, in which case, @@ -29,7 +25,7 @@ ZSH_THEME="agnoster" # Uncomment one of the following lines to change the auto-update behavior # zstyle ':omz:update' mode disabled # disable automatic updates -# zstyle ':omz:update' mode auto # update automatically without asking +zstyle ':omz:update' mode auto # update automatically without asking # zstyle ':omz:update' mode reminder # just remind me to update when it's time # Uncomment the following line to change how often to auto-update (in days). @@ -74,7 +70,7 @@ ZSH_THEME="agnoster" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git git-commit fzf dnf conda ssh vscode systemd) +plugins=(git git-commit fzf ssh vscode systemd) source $ZSH/oh-my-zsh.sh @@ -114,7 +110,6 @@ export EDITOR="$(which nvim)" if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then PATH="$HOME/.local/bin:$HOME/bin:$PATH" fi -PATH="$PATH:/opt/dart-sass/" export PATH # Enable zoxide