diff --git a/Oh-My-Zsh/.oh-my-zsh b/Oh-My-Zsh/.oh-my-zsh deleted file mode 160000 index 5e957cd..0000000 --- a/Oh-My-Zsh/.oh-my-zsh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5e957cdc1653dbdc15d48ef316917d80778da4e8 diff --git a/Zsh/.zshrc b/Zsh/.zshrc index 2b96746..fa9f6eb 100644 --- a/Zsh/.zshrc +++ b/Zsh/.zshrc @@ -1,10 +1,4 @@ -# Set path -export ZSH="$HOME/.oh-my-zsh" -source $ZSH/oh-my-zsh.sh - -# Plugins -plugins=(git) - -# Start starship eval "$(starship init zsh)" - +eval "$(zoxide init zsh)" +source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh