I want to install Z to my Linux:https://github.com/rupa/z/
Here's the installation notes:
# INSTALL:
# * put something like this in your .bashrc:
# . /path/to/z.sh
# * put something like this in your .zshrc:
# . /path/to/z.sh
# function precmd () {
# z --add "$(pwd -P)"
# }
# * cd around for a while to build up the db
# * PROFIT!!
The problem is I'm a newbie in Linux, please give me an easy to understand guide.. This installation notes are just too hard to understand..
