This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
m
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
Markus Bergholz
6 months ago
parent
48c9e80d42
commit
39d0253977
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bash/function.bashrc
+ 1
- 1
bash/function.bashrc
View File
@ -75,6 +75,6 @@ del() {
}
totp() {
TOKEN=$(jq ".$1" -r ~/git/
password
s/totp.json)
TOKEN=$(jq ".$1" -r ~/git/
secret
s/totp.json)
oathtool -b --totp $TOKEN | xclip
}
Write
Preview
Loading…
Cancel
Save