summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-04-29 17:15:02 +0200
committerJoe <bousset.rudy@gmail.com>2022-04-29 17:15:02 +0200
commit85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e (patch)
tree0dc979edae4a9c87780daebfb9f8567b471ef5f6 /.config
parentalias fix (diff)
downloaddotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.gz
dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.bz2
dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.xz
dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.zst
dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.zip
Updates
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc6
-rw-r--r--.config/zsh/alias.zsh2
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index ce7323e..d49a8e1 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -113,9 +113,9 @@
# NOTE: It might be helpful to run dunst -print in a terminal in order
# to find fitting options for rules.
-[espeak] # >shutup
- summary = "*" # >shutup
- script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup
+#[espeak] # >shutup
+# summary = "*" # >shutup
+# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup
#[script-test]
# summary = "*script*"
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index a7fd094..fc47690 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -57,7 +57,7 @@ alias \
irc='irssi' \
dgit='git --git-dir=$HOME/docs/dotfiles-bsd --work-tree=$HOME' \
confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' \
- vpsdo='/usr/home/jozan/dev/perl/serv-scripts/vps-do.pl'
+ vpsdo='/usr/home/jozan/dev/perl/jozanofastora-scripts/vps-do.pl'
upsrc() {
doas git -C /usr/src pull --ff-only
}