update to settings

This commit is contained in:
ZennDev1337 2024-08-19 06:16:50 +02:00
parent 359a768af7
commit 26a0e12ecc
3 changed files with 17 additions and 5 deletions

5
.zshrc
View file

@ -16,9 +16,10 @@ plugins=(
#################
# EXPORTS #
#################
export PATH=$HOME/.local/bin:$PATH
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/nvim/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/share/JetBrains/Toolbox/scripts:$PATH"
export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"
export GOROOT="$HOME/.gobrew/current/go"
export GOPATH="$HOME/.gobrew/gopath"
@ -49,4 +50,4 @@ alias cat="batcat"
###################
# Start Scripts #
###################
fastfetch
fastfetch -c neofetch.jsonc