From e71009a6329c44f797ecf9c897249bbaa4ae45df Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sun, 29 Dec 2024 16:24:24 -0500 Subject: refactor: change `guc` to `uncommit` --- .config/fish/config.fish | 2 +- .config/shell/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ba2cc3d..cc44221 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -13,7 +13,6 @@ 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 lgit 'lazygit' abbr -a p "paru" @@ -22,6 +21,7 @@ if status is-interactive abbr -a sls "screen -ls" abbr -a sr "screen -r" abbr -a t "timedatectl" + abbr -a uncommit 'git reset --soft HEAD^' abbr -a w "curl wttr.in" abbr -a x "startx" abbr -a yt-best "youtube-dl -cif 'bestvideo+bestaudio/best'" diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index c4d8742..9905316 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -36,7 +36,6 @@ 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 lgit="lazygit" alias ls="ls --group-directories-first -h -p --color -F" @@ -47,6 +46,7 @@ SAVEHIST=9999999 alias sl="screen -ls" alias sr="screen -r" alias t="timedatectl" + alias uncommit="git reset --soft HEAD^" alias w="curl wttr.in" alias x="startx" -- cgit v1.2.3