From aa55c67ec9f3cbb7c9dd4ee0287466208123f8d9 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 4 Nov 2021 12:47:24 -0700 Subject: [PATCH] Switch color scheme for cat command and fix broken command --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index fde5f7c..b6727af 100755 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,6 @@ # Navigation alias ls="exa --long --header --git --group" -alias cat="bat --theme=GitHub" +alias cat="bat --theme=\"Visual Studio Dark+\"" alias tree="exa --tree" alias la="ls -lhA" @@ -28,7 +28,7 @@ if [[ "${OSTYPE}" == "linux-gnu"* ]]; then eval $(keychain --nogui --eval --quiet ${keyname}) done - bind -x '"\C-r"':reset +# bind -x '"\C-r"':reset fi # Applications