1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

removed env variables that cause problems

This commit is contained in:
Ryan Kes 2020-09-11 13:13:50 +02:00
parent 4d9110a51c
commit 702c283e57

View File

@ -89,10 +89,6 @@ set -xg RUSTUP_HOME ~/.local/share/rustup
# Golang
set -xg GOPATH ~/.local/share/go
# System
set -xg XDG_DATA_DIRS /usr/share /usr/local/share
set -xg XDG_CONFIG_DIRS /etc/xdg
# User
set -xg XDG_CACHE_HOME $HOME/.cache
set -xg XDG_CONFIG_HOME $HOME/.config