commit e4a5c08e3dd4c022ce4d45a6ef962d98bcc0d1ad
Author: Simon Watson <spw01@protonmail.com>
Date: Mon Jul 19 22:51:46 2021 -0400
Fix typo
diff --git a/bashrc/bashrc-all b/bashrc/bashrc-all
index 2d8efaf..70d22c5 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 $(which wal > /dev/null 2>&1); then
cat ~/.cache/wal/sequences
fi