summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-30 05:34:07 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-30 05:34:07 +0900
commitee5b136d3f445f0a75cdc98a073c1cf106a2fddc (patch)
tree891f07c7c94ea8acd054ca6b79a4b94175cab191 /ar/.config/shell
parentcf39a978cba1affb9233521ff84de265e308b40d (diff)
modified gtk-2.0/gtkrc-2.0, modified shell/profile
Diffstat (limited to 'ar/.config/shell')
-rw-r--r--ar/.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index 9f1d527..ef7e3da 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -96,7 +96,7 @@ export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
export GOPATH="$XDG_SCRIPTS_HOME/go"
### --- GTK --- ###
-export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
+export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0":"$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0.mine"
### --- HISTORY --- ###
export HISTFILE="$XDG_DATA_HOME/history/sh_history"