From b1e106019becb1cf510814a488542161a7618b92 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 29 Apr 2024 15:13:41 +0200 Subject: up --- .config/dunst/dunstrc | 6 +++--- .config/zsh/alias.zsh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 90540f9..bbdef39 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 d8c700d..7379742 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -16,7 +16,7 @@ alias eza='eza --color=always --group-directories-first --icons' \ tree() { eza -T $@ | $PAGER } -alias hf='cd ~/dev/go/hardflip' +alias hff='cd ~/dev/go/hardflip' alias \ e='editorcmd' \ vim='nvim' \ -- cgit v1.2.3