0
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?

【Fish】StarshipでTransientPromptを設定する方法

Posted at

~/.config/fish/config.fishに以下を追記するとTransientPromptが設定できます。

config.fish
function starship_transient_prompt_func
  starship module character
end
starship init fish | source
enable_transience

上記の場合には実行後のプロンプトは>のみになります。

画面収録 2025-01-14 0.04.17.gif

0
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
0
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?