From ca3b9c9c60813633f9cdd5ef8f0036015fdb78d9 Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Tue, 16 Feb 2021 15:21:07 +0000 Subject: [PATCH] Replace cat with bat --- README.md | 2 +- shell/.zsh_aliases | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edcc526..c72d816 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Proper network manager with VPN support ## Shell -* `sudo aptitude install kitty ripgrep zsh shellcheck` +* `sudo aptitude install kitty ripgrep zsh shellcheck fzf silversearcher-ag bat` * `stow kitty shell tmux` * `chsh -s $(which zsh)` diff --git a/shell/.zsh_aliases b/shell/.zsh_aliases index e9c778b..411b2bf 100644 --- a/shell/.zsh_aliases +++ b/shell/.zsh_aliases @@ -35,3 +35,5 @@ alias pkgin='sudo aptitude install' alias pkgrm='sudo aptitude remove' alias wttr='curl http://wttr.in/Porto,Portugal' alias top='htop' +alias bat='batcat' +alias cat='bat --paging=never'