1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

zshのバージョンアップ(4.3.10→5.0.5)

Posted at

背景

yumで入れたzshが腐っていたので

問題

git add 引数補完時になぜか落ちまくるので

解法

wget http://sourceforge.net/projects/zsh/files/zsh/5.0.5/zsh-5.0.5.tar.gz/download
tar zxvf zsh-5.0.5.tar.gz
cd zsh-5.0.5
./configure
make
sudo make install

詳細

なんかなんとかなったみたい(小並感
なんとかなった理由についてはよくわかっていない。

参考リンク

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?