diff options
| author | kj-sh604 | 2024-07-13 15:01:28 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-13 15:01:28 -0400 |
| commit | 075eddfd6717804cad5a3071c55451c55676c08e (patch) | |
| tree | d73c293691780298548adec51c026490709456d3 /.config/shell | |
| parent | 895162d608a519e46a2eed906c863e3696222b68 (diff) | |
refactor: `.screenrc`-related changes²
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index ad21fef..c4fab81 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -29,6 +29,9 @@ SAVEHIST=9999999 alias printf="$(command which printf)" alias pu="paru -Syu --noconfirm" alias s="cd ~/.local/bin && ls" + alias s="screen" + alias sl="screen -ls" + alias sr="screen -r" alias t="timedatectl" alias w="curl wttr.in" alias x="startx" |
