Como instalo o Z.SH no meu Linux?

1

Eu quero instalar o Z no meu Linux:

Estas são as notas de instalação:

# 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!!

O problema é que eu sou um novato no Linux, por favor me dê um guia fácil de entender .. Estas notas de instalação são muito difíceis de entender ..

    
por Rho 19.02.2011 / 04:37

1 resposta

1

Abra o terminal.

  1. Ir para /home/your-linux-username
  2. Digite isto: gedit .bashrc
  3. No final de .bashrc , cole isto:

    ./path/to/downloaded/file/z.sh
    
    function precmd () {
    
         z --add "$(pwd -P)"
    
    }
    
  4. Você terminou.

Agora, feche, reinicie seu terminal, ative alguns comandos cd, como: cd / home / id

então z dir-name funcionará.

    
por 19.02.2011 / 04:43

Tags