Simon Watson před 3 roky
rodič
revize
8a675c6c13
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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