From d8a6a2ed1d02a52d8106939274c8d899469a102b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 4 Feb 2024 15:07:43 +0100 Subject: [PATCH] add bat alias again --- .config/nvim | 2 +- .zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/nvim b/.config/nvim index e7da25d..fc3551f 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit e7da25d583c99184ed979f62e664641826558c38 +Subproject commit fc3551f2b02ad87f271cbf55c942ec50e2a2bb6a diff --git a/.zshrc b/.zshrc index 0b4ca36..39a8594 100644 --- a/.zshrc +++ b/.zshrc @@ -26,6 +26,7 @@ alias lgrep="find | grep" alias psgrep="ps axu | grep" alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' alias gg=lazygit +alias bat=batcat alias reload="source ~/.zshrc" alias gls=/bin/ls alias gotemp="cd $(mktemp -d)"