move ohmyzsh and zinit install locations

They were cluttering the home folder, now the live in ~/.local/share
This commit is contained in:
Guilherme Rugai Freire 2024-02-14 18:08:01 -03:00
parent 6447059b01
commit bd350b7649
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

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