Skip to content

Commit

Permalink
bash: remove legacy highlighters in favor of "bat"
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jul 6, 2024
1 parent d5ef165 commit 5b2df26
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,4 @@ alias C="git commit --amend --no-edit"


alias v="vi"

# Syntax highlight the file, with the
# familiarity of "cat"
#
# "cat" with "ccat"
# sudo zypper i \
# python3-pygmentize \ # For ccat
# highlight # For cats
alias ccat="pygmentize"
alias cats="highlight -O ansi"

alias clock="tty-clock -c -s -t"

alias t="trans -shell"

0 comments on commit 5b2df26

Please sign in to comment.