From 0eab5e9b33772f94d072c29e3c6a92f916b20f1c Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 24 Dec 2024 07:03:53 -0500 Subject: refactor: new aliases and abbr's --- .config/shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index 25298ba..4326232 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -36,8 +36,10 @@ SAVEHIST=9999999 alias egrep='grep -E' alias fgrep='grep -F' alias grep='grep --colour=auto' + alias guc="git reset --soft HEAD^" alias ks="killall screen" alias ls="ls --group-directories-first -h -p --color -F" + alias lzg="lazygit" alias neofetch="alsi" alias p="paru" alias pu="paru -Syu --noconfirm" -- cgit v1.2.3