From 979f82434af96b1c575db3921aa62f4a6e18ee63 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 9 Aug 2022 05:03:50 -0700 Subject: pwd pipe to xsel alias --- home/xyz/.bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home/xyz') diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index f6d1e68d..cb498d4f 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -75,6 +75,7 @@ alias m=man alias p=pacman alias pt=pactree alias pu=paru +alias px='printf %s "$(pwd)" | xsel -ib' alias qre='qrencode -t utf8i -m 1' alias r='rem -c+2 -@' # https://askubuntu.com/a/22043 -- cgit v1.2.3-70-g09d2