aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-01 19:25:17 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-01 19:25:17 +0100
commit8daf66550149a80a623abdae9eca09c42588eede (patch)
tree7e51f227bd0dd8a73c110b3c7afa0182885fe2aa /.profile
parent0e7d5ff96077445aa420bc855a63dfec2087d51a (diff)
more overengineered bootstrapping
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index b85ef65..7b3f37d 100644
--- a/.profile
+++ b/.profile
@@ -60,7 +60,7 @@ export EDITOR="nvim"
export FZF_DEFAULT_COMMAND="find ."
export FZF_DEFAULT_OPTS="--color=16"
export GOPATH="$HOME/.local/go"
-. "$XDG_CONFIG_HOME/gtk-4.0/env"
+[ -e "$XDG_CONFIG_HOME/gtk-4.0/env" ] && . "$XDG_CONFIG_HOME/gtk-4.0/env"
# use .config/ instead of home directory
export ANDROID_SDK_HOME="$XDG_CONFIG_HOME/android"