From 075eddfd6717804cad5a3071c55451c55676c08e Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 13 Jul 2024 15:01:28 -0400 Subject: refactor: `.screenrc`-related changes² --- .config/shell/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/shell') 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" -- cgit v1.2.3