diff options
| author | kj-sh604 | 2024-12-24 07:16:19 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-24 07:16:19 -0500 |
| commit | 8d1875efb79312d199df8e664d312c3980424f98 (patch) | |
| tree | 9835b33c5e3a4f3094ae61d1dca42207211ccd0e /.config/shell/.zshrc | |
| parent | 0eab5e9b33772f94d072c29e3c6a92f916b20f1c (diff) | |
refactor: rename `lazygit` alias/abbr
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 4326232..c4d8742 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -38,8 +38,8 @@ SAVEHIST=9999999 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" - alias lzg="lazygit" alias neofetch="alsi" alias p="paru" alias pu="paru -Syu --noconfirm" |
