Small bugfix in the source file
This commit is contained in:
parent
1dfda10ddc
commit
4abf8e4891
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# utilities, as well as aliases for `shrc` and `cdf`. Set env variable
|
# 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 to 1 when sourcing this file to get RC-related functionality:
|
||||||
# FROM_RC=1 source <lackadaisical-root>/daisy.source
|
# FROM_RC=1 source <lackadaisical-root>/daisy.source
|
||||||
``
|
|
||||||
# This file is also sourced in some of the scripts included within
|
# This file is also sourced in some of the scripts included within
|
||||||
# lackadaisical for common functionality. Some of the shared functionality is
|
# lackadaisical for common functionality. Some of the shared functionality is
|
||||||
# only included if sourced from one of the included scripts, though you are
|
# 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 " using sw and removes the backup."
|
||||||
echo -e " - lsa: A simple alias for ls -lah."
|
echo -e " - lsa: A simple alias for ls -lah."
|
||||||
echo -e " - lsn: A simple alias for ls -lah --sort=time --reverse."
|
echo -e " - lsn: A simple alias for ls -lah --sort=time --reverse."
|
||||||
echo -e " - editbin: An alias for editx $(which <x>). Saves on typing."
|
echo -e " - editbin: An alias for editx $\(which <x>\). Saves on typing."
|
||||||
echo -e " - ched: Like chsh but for your editor (EDITOR env). A list"
|
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 " from which you can choose an installed editor"
|
||||||
echo -e " (CLI or GUI) is shown."
|
echo -e " (CLI or GUI) is shown."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue