version 0.0.1

master
Denis Knauf 2011-09-28 14:56:09 +02:00
parent fbbb333c39
commit 907fee9158
2 changed files with 5 additions and 1 deletions

View File

@ -24,4 +24,7 @@ You like more more than less? (I cannot understand, but it is your choice)
$PAGER = 'more' # forces pager to use more
pager { puts "Hello World!" }
If you have set PAGER in your Processenvironment (`/etc/profile` or ~/.profile ...) this PAGER will be used.
If you have set `PAGER` in your Processenvironment (`/etc/profile` or `~/.profile` ...) this `PAGER` will be used.
PAGER=more
export PAGER

1
VERSION Normal file
View File

@ -0,0 +1 @@
0.0.1