diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
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 } |