summaryrefslogtreecommitdiff
path: root/ar/.config/shell/profile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-11 19:16:07 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-11 19:16:07 +0900
commita21dfb673613036cfa2881d587fd33f2fae6a8af (patch)
tree6531b78795fdf0891b3de5cd26b7262c4946a8cd /ar/.config/shell/profile
parent9d1f41397de1f58f158f9af0b73ed9d30e5027a5 (diff)
modified shell/profile, modified tmux/tmux.confHEADmaster
Diffstat (limited to 'ar/.config/shell/profile')
-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 8bd1f32..7535437 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -163,7 +163,7 @@ export MYSQL_HISTFILE="$XDG_DATA_HOME/history/mysql_history"
export NODE_REPL_HISTORY="$XDG_DATA_HOME/history/node_repl_history"
### --- NOTMUCH --- ###
-export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"
+export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/default/config"
### --- NPM --- ###
export NPM_CONFIG_USERCONFIG="~/.config/npm/.npmrc"