Explorar o código

Fix bat/cat compat

Simon Watson %!s(int64=3) %!d(string=hai) anos
pai
achega
eed02b6548
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      bashrc/bashrc-all

+ 2 - 1
bashrc/bashrc-all

@@ -7,8 +7,9 @@ fi
 # Cargo config
 [ -f ~/.cargo ] && source "$HOME/.cargo/env"
 
+CAT_PATH=$(which cat --skip-alias)
 if [ -f ~/.cache/wal/sequences ]; then
-    cat ~/.cache/wal/sequences
+    $CAT_PATH ~/.cache/wal/sequences
 fi
 
 export EDITOR=$(which vim)