diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 2 |
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" |
