3 echo "To see available install options"
5 echo "$ lightning install -h"
8 echo "Install lightning's core files and source the needed lightning functions"
10 echo "$ lightning install && source ~/.lightning/functions.sh"
11 echo "Created ~/.lightningrc"
12 echo "Created ~/.lightning/functions.sh for bash"
16 echo "$ lightning install --shell=zsh && source ~/.lightning/functions.sh"
19 echo "To have lightning's functionality loaded when your shell starts up"
21 echo "$ echo source ~/.lightning/functions.sh >> ~/.bashrc"
25 echo "$ echo source ~/.lightning/functions.sh >> ~/.zshrc"
29 # vim:set ts=2 sw=2 et: