commit bebc2b66b7882f180e017d779d1244d911b64676 parent 0a1d47d8553d6a79e4173f57b63a50d887896fa4 Author: hhvn <dev@hhvn.uk> Date: Sun, 2 Jan 2022 02:32:54 +0000 .rcrc: $history Diffstat:
M | .rcrc | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.rcrc b/.rcrc @@ -91,3 +91,10 @@ fn camerasync { rsync -azP /mnt/DCIM/* ~/general/images/byme" } fn wtf { builtin wtf -o } + +# Settings +if (! ~ $XDG_CONFIG_HOME ()) { + history = $home/.local/history +} else { + history = $XDG_CONFIG_HOME/.local/history +}