Quiero instalar Z a mi Linux:
Aquí están las notas de instalación:
# 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!!
El problema es que soy un novato en Linux, por favor, dame una guía fácil de entender ... Estas notas de instalación son demasiado difíciles de entender ...
Respuestas:
Terminal abierta.
/home/your-linux-username
gedit .bashrc
Al final de
.bashrc
, pega esto:Estás listo.
Ahora, cerca reinicie su terminal, active algunos comandos de cd, como: cd / home / id
entonces
z dir-name
trabajará.fuente