commit 1ceca601cca0c9df1fcd73ada0fcc54feb6fc25f parent 6c268d6e27646ba94f8915977a0c416cc79122d0 Author: hhvn <dev@hhvn.uk> Date: Sun, 2 Jan 2022 19:37:20 +0000 .rcrc: proper history Diffstat:
M | .rcrc | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.rcrc b/.rcrc @@ -152,8 +152,4 @@ fn w3m { } # Settings -if (! ~ $XDG_CONFIG_HOME ()) { - history = $home/.local/history -} else { - history = $XDG_CONFIG_HOME/.local/history -} +history = $XDG_CACHE_HOME/history