1
0
forked from extern/nix-config

Switch from dog to bat

"dog" was an alternative I used to cat for syntax highlighting. Now that
bat exists (which is written in rust, by the way), there is no need to
use "dog" and I highly recommend anyone interested to use bat instead.
This commit is contained in:
Donovan Glover 2021-05-14 17:27:29 -04:00
parent 40d29b201e
commit 102dd8a0c2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -77,7 +77,6 @@ if not set -q set_abbr
abbr dl "youtube-dl"
abbr vol "amixer set 'Master'" # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
abbr copy "xclip -sel clip <" # Easily copy the contents of any file
abbr dog "pygmentize -g" # "dog" is a colorful version of cat
abbr cf "tput reset" # Clear the terminal completely
abbr nf "tput reset; and neofetch --size 56%; and xdotool key --delay 100 Ctrl+Shift+Page_Up"