浏览代码

Fix wal -r

Simon Watson 3 年之前
父节点
当前提交
8a675c6c13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bashrc/bashrc-all

+ 1 - 1
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