Skip to content

Commit

Permalink
Remove git plugin usage + Enable ohmyzsh at the biginning
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 30, 2024
1 parent 4560629 commit 9972bc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export GPG_TTY=$(tty)
# Set default theme to KAOS
ZSH_THEME="kaos"

# Enable git plugin
plugins=(git)
# Create array with plugins
plugins=()

# Enable fzf plugin if fzf is installed
if [[ -d "$HOME/.fzf" ]] ; then
Expand All @@ -25,6 +25,9 @@ fi
# Disable automatic oh-my-zsh update
zstyle ':omz:update' mode disabled

# Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh

################################################################################

HISTFILE="$HOME/.zsh_history"
Expand Down Expand Up @@ -474,6 +477,3 @@ if [[ -f $HOME/.zshrc.local ]] ; then
fi

################################################################################

# Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

################################################################################

VERSION="2.4.3"
VERSION="2.4.4"

################################################################################

Expand Down

0 comments on commit 9972bc4

Please sign in to comment.