Compare commits
2 commits
82676f999d
...
3349b6899c
Author | SHA1 | Date | |
---|---|---|---|
3349b6899c | |||
745c765b47 |
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
address chat.sr.ht
|
address chat.sr.ht
|
||||||
nickname thrrgilag
|
nickname thrrgilag
|
||||||
password-cmd secret-tool lookup user senpai
|
password-cmd secret-tool lookup user senpai
|
||||||
|
colors {
|
||||||
|
unread 2
|
||||||
|
}
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ssh-add
|
touch /tmp/hello.txt
|
||||||
|
export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||||
|
/usr/bin/ssh-add
|
||||||
|
|
Loading…
Reference in a new issue