Added a couple of functions to zsh config
This commit is contained in:
parent
9a4e0341b2
commit
5ce2398499
@ -32,6 +32,8 @@
|
|||||||
function ..... { cd ../../../../.. }
|
function ..... { cd ../../../../.. }
|
||||||
function ...... { cd ../../../../../.. }
|
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 = [
|
plugins = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user