Explorar el Código

Add alias for bat to cat if bat exists

Simon Watson hace 3 años
padre
commit
2a2a741604
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      bashrc/bashrc-all

+ 1 - 0
bashrc/bashrc-all

@@ -23,6 +23,7 @@ fi
 BAT_PATH=$(which bat)
 if [ ! -z "$BAT_PATH" ]; then
     export MANPAGER="$BAT_PATH"
+    alias cat="$BAT_PATH"
 fi
 
 # Platform agnostic aliases