LoginSignup
1
1

More than 5 years have passed since last update.

Ubuntuでz.shを使う

Posted at

インストール

git-clone~/.zsh.dディレクトリにインストールすることにします。

$ git clone https://github.com/rupa/z.git ~/.zsh.d/z

設定

~/.zshrcに追記します。
_Z_CMDを編集して、デフォルトのコマンドのzを、jに変更しています。

_Z_CMD=j
source "$HOME/.zsh.d/z/z.sh"
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1