Cleaned up zshrc file

This commit is contained in:
2025-06-09 02:11:24 -04:00
parent e721ae4f44
commit 47bd33f14e

View File

@@ -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