From 702c283e5745342615f9cad14192070aaec50a19 Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Fri, 11 Sep 2020 13:13:50 +0200 Subject: [PATCH] removed env variables that cause problems --- fish/.config/omf/init.fish | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fish/.config/omf/init.fish b/fish/.config/omf/init.fish index 733872f..c9384ec 100644 --- a/fish/.config/omf/init.fish +++ b/fish/.config/omf/init.fish @@ -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