From bd350b7649a319bdcb6accf491389110aee41ec1 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 14 Feb 2024 18:08:01 -0300 Subject: [PATCH] move ohmyzsh and zinit install locations They were cluttering the home folder, now the live in ~/.local/share --- .config/zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7b1bd9a..08c9bf7 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -4,7 +4,7 @@ source ~/.profile ZSH_THEME="robbyrussell" # Oh my zsh -export ZSH="$HOME/.oh-my-zsh" +export ZSH="$HOME/.local/share/ohmyzsh" source $ZSH/oh-my-zsh.sh # Load cargo env @@ -19,7 +19,8 @@ compinit -d $XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION export HISTORY_IGNORE="ce" ### zinit plugins - start -source $HOME/.zinit/bin/zinit.zsh +ZINIT_PATH="$HOME/.local/share/zinit" +source $ZINIT_PATH/zinit.zsh zinit light zdharma-continuum/fast-syntax-highlighting zinit light zsh-users/zsh-autosuggestions