diff options
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" |
