updated on Sun Jan 15 00:02:00 UTC 2012
[aur-mirror.git] / bashic / bashic.install
blob5fa4eaa58e5437bfc69a2c50fcce24239642b7c9
1 post_install()
3         echo "Please set \$BROWSER and \$EDITOR in your ~/.bashrc"
4         echo "For instance:"
5         echo ""
6         echo "export BROWSER=lynx"
7         echo "export EDITOR=nano -c"
8         echo ""
9         echo "If you are a nano user, -c will show a character count."
10         echo ""
11         echo "Please add your identi.ca credentials to ~/.netrc by adding the following line:"
12         echo ""
13         echo "machine identi.ca login FooBar password barfoo"
14         echo ""