aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/fish/config.fish2
-rw-r--r--.config/shell/.zshrc2
2 files changed, 2 insertions, 2 deletions
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"