aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-03 00:04:08 -0400
committertdro <tdro@users.noreply.github.com>2020-05-03 00:04:08 -0400
commit3a3d1b79a1bf036adad04616e49ecf08e2fffeba (patch)
treef4acc961ba3d0f6e3641fc54071f7dc58439f568 /.bash_profile
parente0528aa08c6deb22bc052a611531d67c22a8de33 (diff)
downloaddotfiles-3a3d1b79a1bf036adad04616e49ecf08e2fffeba.tar.gz
dotfiles-3a3d1b79a1bf036adad04616e49ecf08e2fffeba.tar.bz2
dotfiles-3a3d1b79a1bf036adad04616e49ecf08e2fffeba.zip
.bash_profile: Add theme exports
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile10
1 files changed, 7 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 243a8b3..d9e8999 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -38,14 +38,18 @@ export INPUTRC="$XDG_CONFIG_HOME/inputrc"
export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
+# themes
+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
+
# fzf settings
export FZF_DEFAULT_OPTS="--color=fg:255,hl:9 \
--color=fg+:81,bg+:237,hl+:9 \
--color=info:188,prompt:69,pointer:199 \
--color=marker:109,spinner:236,header:255"
-# source frequently changed files
-. /etc/profile.d/theme.sh
-
# source bashrc
[ -z "$BASH_PROFILE" ] && . "$HOME/.bashrc"