Added a couple of functions to zsh config

This commit is contained in:
Random936 2024-08-09 20:43:18 -07:00
parent 9a4e0341b2
commit 5ce2398499

View File

@ -32,6 +32,8 @@
function ..... { cd ../../../../.. }
function ...... { cd ../../../../../.. }
function ....... { cd ../../../../../../.. }
function bw-copy { bw-load && bw get password "$1" | xsel --clipboard -i }
function bw-clear { echo -n "" | xsel --clipboard }
'';
plugins = [