kssh alias for kitty and ssh

This commit is contained in:
Christoph J. Scherr 2023-05-21 13:30:20 +02:00
parent 44e9f9ee69
commit 21577acad0
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ alias psgrep="ps axu | grep"
alias plasmarestart="killall plasmashell; kstart5 plasmashell" alias plasmarestart="killall plasmashell; kstart5 plasmashell"
alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"'
alias gg=lazygit alias gg=lazygit
alias kssh="kitty +kitten ssh"
### Functions ### Functions
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" } function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }