Skip to content

Commit 0ddd8af

Browse files
committed
speak word used in dictionary alias
1 parent 06daba2 commit 0ddd8af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zshrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ addToPathFront /usr/local/go/bin
6464
export N_PREFIX="$HOME/.local/n"
6565
addToPathFront $HOME/.local/n/bin
6666

67+
addToPathFront $HOME/.local/whisper/bin
6768
addToPathFront $HOME/.local/tmux/bin
6869
addToPathFront $HOME/.local/scripts
6970
addToPathFront $HOME/.config/nnn/plugins
@@ -230,6 +231,7 @@ def() {
230231
}
231232

232233
d() {
234+
piper-speak.sh "$@" &> /dev/null & disown
233235
sdcv -nc "$@" | sed 's/<[^>]*>//g' | sed 's/0m.*\w\+\.wav.*/0m/g' | less -R
234236
}
235237

0 commit comments

Comments
 (0)