aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkj-sh6042024-12-24 07:03:53 -0500
committerkj-sh6042024-12-24 07:03:53 -0500
commit0eab5e9b33772f94d072c29e3c6a92f916b20f1c (patch)
tree6350f6e8909c4fa9830f73c248138f5b74fbc7b8 /.config/shell
parentaf378ad61a9e155574392804f3a9c4d61ca99295 (diff)
refactor: new aliases and abbr's
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/.zshrc2
1 files changed, 2 insertions, 0 deletions
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"