commonshrc: tokei alias
This commit is contained in:
parent
ad7d87c4c1
commit
abe1fb4d63
@ -17,6 +17,8 @@ alias vi="$EDITOR"
|
|||||||
|
|
||||||
export BROWSER=xdg-open
|
export BROWSER=xdg-open
|
||||||
|
|
||||||
|
alias udetokei='tokei $(rg --files)'
|
||||||
|
|
||||||
# passc
|
# passc
|
||||||
passc() {
|
passc() {
|
||||||
pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)
|
pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)
|
||||||
|
Loading…
Reference in New Issue
Block a user