diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-03-01 19:25:17 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-03-01 19:25:17 +0100 |
| commit | 8daf66550149a80a623abdae9eca09c42588eede (patch) | |
| tree | 7e51f227bd0dd8a73c110b3c7afa0182885fe2aa /.profile | |
| parent | 0e7d5ff96077445aa420bc855a63dfec2087d51a (diff) | |
more overengineered bootstrapping
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |