8a675c6c1314b56cb0ea890ef36fd8b8f4e58355
commit 8a675c6c1314b56cb0ea890ef36fd8b8f4e58355
Author: Simon Watson <spw01@protonmail.com>
Date: Wed Jul 21 11:54:05 2021 -0400

Fix wal -r

diff --git a/bashrc/bashrc-all b/bashrc/bashrc-all
index baf4251..2a2f164 100644
--- a/bashrc/bashrc-all
+++ b/bashrc/bashrc-all
@@ -7,7 +7,7 @@ fi
# Cargo config
[ -f ~/.cargo ] && source "$HOME/.cargo/env"

-if $(which wal > /dev/null 2>&1); then
+if [ -f ~/.cache/wal/sequences ]; then
cat ~/.cache/wal/sequences
fi