X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib.sh;h=da00cce8d2c9be6e4b13f77bbe638bb8718eb1de;hb=1ffc9826ce017a0b6b9caa9ec30825240f14404c;hp=9d79b65b1d39524ec3a2b84f05d13cb002fd4f5b;hpb=a3e64d7edcef3412cc64056510aacb046a2cc4a7;p=config%2Fdotfiles.git diff --git a/lib.sh b/lib.sh index 9d79b65..da00cce 100644 --- a/lib.sh +++ b/lib.sh @@ -4,7 +4,7 @@ # csh gives the error "Unknown colorls variable `su'." when used with newer -# options supported by zsh or GNU ls. +# options supported by Zsh or GNU ls. unset LS_COLORS @@ -30,7 +30,7 @@ os() { fi } -# Creates a symbolic link for file $1 in dirname of $2 with name of basenmae +# Creates a symbolic link for file $1 in dirname of $2 with name of basename # $2. # # `./link.sh example ~/.examplerc` creates a symbolic link to example @@ -80,7 +80,7 @@ warning() { echo "# It was generated from $2 on `date`." >> $1 echo >> $1 - # Display given options if there were any (zsh has a problem with $options + # Display given options if there were any (Zsh has a problem with $options # as variable name). option= if [ -n "$4" ]; then