commit 3c6c4cdd844edb5a688716a3ad452cd71298f79a
parent be9df729bc80e3c97ed27ab4efd54dbb19723c31
Author: hhvn <dev@hhvn.uk>
Date: Fri, 7 Jan 2022 18:27:03 +0000
.rcrc: define XDG vars before $history
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.rcrc b/.rcrc
@@ -169,10 +169,6 @@ fn w3m {
home = $home/.config { builtin w3m $* }
}
-# Settings
-history = $XDG_CACHE_HOME/history
-path = ($HOME/.scripts/ $path)
-
# .profile
INPUTRC = $home/.config/readline/inputrc
ENV = $home/.config/ksh/kshrc
@@ -191,3 +187,8 @@ GNUPGHOME = $home/.local/gnupg
IPFS_PATH = $home/.local/ipfs
CURLHOME = $home/.config/curl/"
LS_COLORS = `''{<$home/.config/ls tr -d ' ' | tr '\n' ':' | tr -s ':'}
+
+# Settings
+history = $XDG_CACHE_HOME/history
+path = ($HOME/.scripts/ $path)
+