From 5e552447be69756090651ae00593b1dc64097597 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 16 Apr 2022 07:13:07 -0700 Subject: [PATCH] removed cat alias, leave the cat alone! --- bashrc.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 71d0d2db..422e50ce 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -194,7 +194,6 @@ alias py="cd ~/Documents/Code/python" alias wtuts="cd ~/Documents/Code/web_tutorials" alias btuts="cd ~/Documents/Code/book_tutorials" alias locate="locate -i" -alias cat="bat --theme Nord" alias bat="bat --theme Nord" alias batman="man bat" alias li="ls -l --color=auto"