dotfiles

My configuration files.
Log | Files | Refs | README

commit 7ab2ba22231b2ad41183ec277fc046626657e2bc
parent 3f2e04125fd411046fdf6747c2e67c844601ffb5
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 13 Dec 2021 23:39:39 +0100

Quotes

Diffstat:
Mbin/.local/bin/bm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/.local/bin/bm b/bin/.local/bin/bm @@ -87,7 +87,7 @@ help () { [ -z "$1" ] && help "$0" && exit 1 -case $1 in +case "$1" in a) archive "$2" ;; d|del) delete "$2" ;; e|edit) "$EDITOR" "$urls_file" ;;