From 4abf8e489178f402b68d35f179c96e14b453ddc8 Mon Sep 17 00:00:00 2001 From: Lea Date: Sun, 6 Jul 2025 00:03:30 +0200 Subject: [PATCH] Small bugfix in the source file --- daisy.source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daisy.source b/daisy.source index 67a5c10..ddba9b3 100755 --- a/daisy.source +++ b/daisy.source @@ -5,7 +5,7 @@ # utilities, as well as aliases for `shrc` and `cdf`. Set env variable # FROM_RC to 1 when sourcing this file to get RC-related functionality: # FROM_RC=1 source /daisy.source -`` + # This file is also sourced in some of the scripts included within # lackadaisical for common functionality. Some of the shared functionality is # only included if sourced from one of the included scripts, though you are @@ -71,7 +71,7 @@ function daisy_help() echo -e " using sw and removes the backup." echo -e " - lsa: A simple alias for ls -lah." echo -e " - lsn: A simple alias for ls -lah --sort=time --reverse." - echo -e " - editbin: An alias for editx $(which ). Saves on typing." + echo -e " - editbin: An alias for editx $\(which \). Saves on typing." echo -e " - ched: Like chsh but for your editor (EDITOR env). A list" echo -e " from which you can choose an installed editor" echo -e " (CLI or GUI) is shown."