Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
tschulte committed Nov 24, 2022
1 parent 05fef33 commit 013cd46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/say
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

# see https://mob.sh/#linux-timer
espeak -v english "$@"
espeak -v us-mbrola-1 "$@"
4 changes: 4 additions & 0 deletions pacman/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ then
i3blocks \
intellij-idea-community-edition \
kdiff3 \
lsof \
mariadb \
mariadb-clients \
meld \
moreutils \
noto-fonts-emoji \
playerctl \
rng-tools \
simplescreenrecorder \
speedcrunch \
sysstat \
teensy-loader-cli \
Expand All @@ -54,6 +56,8 @@ then
for package in \
eclipse-mat \
gnome-commander \
mbrola-voices-us1 \
mobsh-bin \
myrepos \
nvm \
pdfx \
Expand Down
3 changes: 0 additions & 3 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ done

unset config_files

export YVM_DIR=/home/schulte/.yvm
[ -r $YVM_DIR/yvm.sh ] && . $YVM_DIR/yvm.sh

unset http_proxy
unset ftp_proxy
unset rsync_proxy
Expand Down

0 comments on commit 013cd46

Please sign in to comment.