X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fgrmlzshrc.t2t;h=f7afc41f7330e2902f7b0c835ddeae6c5ac8ee15;hb=9b93265f4fdf0f6e1342974ca50bd5809cb9d66b;hp=7c496c0299e4aa528f8dbe81bce6c04b7da84b64;hpb=d5c0c2454e2b5ab0e6a8650f65c7956aeb19c271;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 7c496c0..f7afc41 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -354,7 +354,7 @@ before doing so. A correct example customisation could look like this: PS1='%~ %# ' ``` -You also add your own tokens by using the \`grml_theme_has_token()' function. +You also add your own tokens by using the \`grml_theme_add_token()' function. Call the function without arguments for detailed documentation about that procedure. @@ -898,11 +898,10 @@ Lists files in long colored output format. : **llog** (//$PAGER /var/log/syslog//) Opens syslog in pager. -: **ls** (//ls -b -CF --color=auto//) -Lists directory printing octal escapes for nongraphic characters. -Entries are listed by columns and an indicator for file type is appended -to each file name. Additionally the output is colored, if the terminal -supports it. +: **ls** (//ls -CF --color=auto//) +Lists directory, entries are listed by columns and an indicator for +file type is appended to each file name. Additionally the output is +colored, if the terminal supports it. : **lsa** (//ls -a .*(.)//) Lists dot files in current working directory.