diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-02-10 17:23:33 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-02-11 08:37:53 +0100 |
commit | bbd43ce94a9589a56919947838103036e7905270 (patch) | |
tree | d29d6b6390cec41824ebdc4b30df2d2de3fc9cc7 /.bash_profile | |
parent | 6e9e94897a77ef16d4d5b3aa8faca1972cbfac48 (diff) |
XDG: zoom
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 0e0fd4e..c1ca94f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -22,9 +22,9 @@ export RANGER_LOAD_DEFAULT_RC=FALSE export CARGO_HOME=$XDG_DATA_HOME/cargo export MPLAYER_HOME=$XDG_CONFIG_HOME/mplayer export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc -export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv export GNUPGHOME="$XDG_DATA_HOME"/gnupg export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java +export SSB_HOME="$XDG_DATA_HOME"/zoom [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 |