From 21577acad09cd9443cbbee523753c50e9d66dd6c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 21 May 2023 13:30:20 +0200 Subject: [PATCH] kssh alias for kitty and ssh --- home/.zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 46d8a32..b5eafd6 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -26,6 +26,7 @@ alias psgrep="ps axu | grep" alias plasmarestart="killall plasmashell; kstart5 plasmashell" alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' alias gg=lazygit +alias kssh="kitty +kitten ssh" ### Functions function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }