From ce48cbf6eed07a87d6957903ad2aa904cc607bb9 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 23 Feb 2022 06:57:58 -0800 Subject: [PATCH] added kitx alias to do the same as catx but through kitty terminal --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index 8f9904f6..4875c218 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -242,6 +242,7 @@ alias git-p="git push" alias git-l="git log" alias xsel="xclip -sel clip" alias catx="cat | xclip -sel clip" +alias kitx="cat | kitty +kitten clipboard" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null" alias ngrep="grep -v" alias diff="diff -wy"