From bc9dd66fdd8a3269ba5c84cc9d7b6190f313434c Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 13 Jul 2024 15:05:31 -0400 Subject: feat: add `ks` alias --- .config/shell/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index c4fab81..220ff6c 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -23,6 +23,7 @@ SAVEHIST=9999999 alias egrep='grep -E' alias fgrep='grep -F' alias grep='grep --colour=auto' + alias ks="killall screen" alias ls="ls --group-directories-first -h -p --color -F" alias neofetch="alsi" alias p="paru" -- cgit v1.2.3