From 912744f686b4d9ed3422c1bbf87a3c590c32b7db Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 28 Jan 2023 18:04:28 -0600 Subject: Update load_dots prompt --- .config/fish/functions/load_dots.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/fish/functions/load_dots.fish b/.config/fish/functions/load_dots.fish index 249bea9..6a01343 100644 --- a/.config/fish/functions/load_dots.fish +++ b/.config/fish/functions/load_dots.fish @@ -1,4 +1,10 @@ function load_dots + set -l options git + count $argv | read arg_count + if test $arg_count -eq 0 + printf "options: %s\n" $options[1] + end + for option in $argv switch "$option" case git -- cgit v1.2.3