Skip to content

Commit 5b2df26

Browse files
committed
bash: remove legacy highlighters in favor of "bat"
1 parent d5ef165 commit 5b2df26

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.aliases

-13
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,4 @@ alias C="git commit --amend --no-edit"
2323

2424

2525
alias v="vi"
26-
27-
# Syntax highlight the file, with the
28-
# familiarity of "cat"
29-
#
30-
# "cat" with "ccat"
31-
# sudo zypper i \
32-
# python3-pygmentize \ # For ccat
33-
# highlight # For cats
34-
alias ccat="pygmentize"
35-
alias cats="highlight -O ansi"
36-
37-
alias clock="tty-clock -c -s -t"
38-
3926
alias t="trans -shell"

0 commit comments

Comments
 (0)