2
0

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 の 先頭の区切りを % から 卍 にする

2
Last updated at Posted at 2020-05-27

最近 Mac を新調したのですが、どうもターミナルに違和感を感じると思ったら zsh なんですね。
このどこに違和感を感じるかって % なんですわ。$ に慣れてたのもありますがなんか許せない。

こんな感じにしたい

dir/卍 command...

なぜ卍か

twitter で冒頭の内容を呟いたところ「今時 bash 使ってるのププッ」と煽られたので、
$ はもう古い。時代を先取りして にしてやろうとなりました。

やり方

~/.zshrc に以下を追記

PS1="${USER}@${HOST%%.*} %1~ 卍 "
2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?