aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
authorkj-sh6042024-07-13 15:05:31 -0400
committerkj-sh6042024-07-13 15:05:31 -0400
commitbc9dd66fdd8a3269ba5c84cc9d7b6190f313434c (patch)
tree6fb4086509e5bac91755cd0388ddcb768b5fa782 /.config/shell/.zshrc
parent075eddfd6717804cad5a3071c55451c55676c08e (diff)
feat: add `ks` alias
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc1
1 files changed, 1 insertions, 0 deletions
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"