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:
parent
40d29b201e
commit
102dd8a0c2
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user