dotfiles

My configuration files.
Log | Files | Refs | README

commit df9c8409e178a9c6850e23c8991dcef8d066b5e3
parent c8d8a7a5b2977089368aeeb6ca2070d04afa5f7e
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Mon, 28 Feb 2022 22:44:38 +0100

Fix choose

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

diff --git a/bin/.local/bin/lh b/bin/.local/bin/lh @@ -58,7 +58,7 @@ case $1 in gui=true shift ;; -o) open $2 && exit ;; - -c) choose && exit;; + -c) cat "$0" | choose $2 && exit;; -*) echo "Unknown option: $1" && exit ;; *) [ $# -eq 2 ] && "$1" "$2" && exit