diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-09 05:03:50 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-09 05:03:50 -0700 |
commit | 979f82434af96b1c575db3921aa62f4a6e18ee63 (patch) | |
tree | 139ab1496cf0e786481a92c1165c2a2b1454033f /home/xyz/.bashrc | |
parent | 7764664874a28cfe607cd8740fb5b12b90662d19 (diff) |
pwd pipe to xsel alias
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |