forked from colonelpanic/dotfiles
Random tweak
This commit is contained in:
parent
75ac33b2b7
commit
e02b859409
@ -306,7 +306,10 @@ EOF
|
||||
}
|
||||
|
||||
function dirty_talk() {
|
||||
while true; do talk_dirty_to_me | tee >(cat) | say; done
|
||||
while :
|
||||
do
|
||||
talk_dirty_to_me | tee >(cat) | say
|
||||
done
|
||||
}
|
||||
|
||||
function track_modified {
|
||||
|
Loading…
Reference in New Issue
Block a user