diff options
| author | kj-sh604 | 2025-02-15 18:56:34 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-15 18:56:34 -0500 |
| commit | dcec474d4b563d1853e6db4c80bca4a7bd603d84 (patch) | |
| tree | d8663d823d631490390d9cabcd8ed225f61f8770 /.config/shell | |
| parent | e317d9116954e01aece1cafc411e5d224353c0c9 (diff) | |
refactor: update aliases
Diffstat (limited to '.config/shell')
| -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 b50e331..cfdc504 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -45,7 +45,7 @@ SAVEHIST=9999999 alias p="paru" alias pu="paru -Syu --noconfirm" alias s="screen" - alias sl="screen -ls" + alias sls="screen -ls" alias sr="screen -r" alias t="timedatectl" alias uncommit="git reset --soft HEAD^" |
