aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-12 05:06:24 -0400
committertdro <tdro@users.noreply.github.com>2020-05-12 05:06:24 -0400
commit14a5cf17a30c24300d870d0a81b7727ed4af192b (patch)
treecb446c271bc865e3c7d20ef10069e08bf7dafe84 /.bash_profile
parent55f2c927786f0fe6113f19736f728237c03ad79a (diff)
downloaddotfiles-14a5cf17a30c24300d870d0a81b7727ed4af192b.tar.gz
dotfiles-14a5cf17a30c24300d870d0a81b7727ed4af192b.tar.bz2
dotfiles-14a5cf17a30c24300d870d0a81b7727ed4af192b.zip
.bash_profile: Add specific theme exports
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 43a6025..2b85542 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -48,7 +48,9 @@ export DESKTOP_SESSION=gnome
export XDG_CURRENT_DESKTOP=gnome
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export QT_STYLE_OVERRIDE=adwaita
-[ -f "/etc/debian_version" ] && export QT_STYLE_OVERRIDE=adwaita-dark
+
+# specific themes
+[ "$(cat /etc/hostname)" = "tiger" ] && export QT_STYLE_OVERRIDE=adwaita-dark
# fzf settings
export FZF_DEFAULT_OPTS="--color=fg:255,hl:9 \