From a9b945025c78ef8248443d2da5721162f6aab154 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 30 May 2019 22:49:14 +0300 Subject: [PATCH] macos: aliases --- etc/shell/bash/aliases_macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell/bash/aliases_macos b/etc/shell/bash/aliases_macos index 08a31c7..cf228a7 100644 --- a/etc/shell/bash/aliases_macos +++ b/etc/shell/bash/aliases_macos @@ -2,5 +2,5 @@ alias ls='ls -lGhpv --color=always --group-directories-first' #noindex alias lsl='ls -L' #noindex alias lst='ls -al --time-style=+%D | grep $(\date +%D)' #noindex -alias vcat='bat --theme GitHub -n' #noindex +alias vcat='bat --theme GitHub -style="changes,numbers"' #noindex