From 57addb0852ebdc7a0e1cae9dbbcc883593518462 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 7 Jul 2024 16:56:48 +0200 Subject: up --- .config/gtk-3.0/bookmarks | 1 + .config/zsh/alias.zsh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index ba17f04..890783e 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -5,3 +5,4 @@ file:///tmp tmp file:///mnt mnt file:///home/jozan/docs/nextcloud file:///home/jozan/hdd/zhinu +file:///home/jozan/hdd/files/zhinu diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 4e33b51..72c2747 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -211,8 +211,8 @@ twi() { nb() { cache_file="$XDG_DATA_HOME/newsboat/cache.db.gpg" urls_file="$XDG_CONFIG_HOME/newsboat/urls.gpg" - [ -e $cache_file ] && gpg -q -d $cache_file >/tmp/cache.db - [ -e $urls_file ] && gpg -q -d $urls_file >/tmp/urls + [ -f $cache_file ] && gpg -q -d $cache_file >/tmp/cache.db + [ -f $urls_file ] && gpg -q -d $urls_file >/tmp/urls newsboat -c /tmp/cache.db -u /tmp/urls } alias mutt='neomutt' \ -- cgit v1.2.3