Added a couple of functions to zsh config
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user