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/fish/config.fish | 2 ++ .config/shell/.zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0187227..c9fc12c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -13,7 +13,9 @@ if status is-interactive abbr -a c "cal" abbr -a d "disown" abbr -a dots "cd ~/.local/share/.dotfiles/" + abbr -a guc 'git reset --soft HEAD^' abbr -a ks "killall screen" + abbr -a lzg 'lazygit' abbr -a p "paru" abbr -a pu "paru -Syu --noconfirm" abbr -a s "screen" 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