diff options
| author | kj-sh604 | 2024-12-29 16:24:24 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-29 16:24:24 -0500 |
| commit | e71009a6329c44f797ecf9c897249bbaa4ae45df (patch) | |
| tree | 9d7cbf84684d906b306659e3465bd9ee9dbd4007 /.config/shell/.zshrc | |
| parent | 8d1875efb79312d199df8e664d312c3980424f98 (diff) | |
refactor: change `guc` to `uncommit`
Diffstat (limited to '.config/shell/.zshrc')
| -rw-r--r-- | .config/shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
