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?

More than 1 year has passed since last update.

CLI編集覚書

Posted at

返り値を常に表示したい

return: 127のような感じで想定

工程

  • プロンプトを設定しているファイルを編集する
  • 表示関係を設定している環境変数を見付ける
  • 表示コマンドを差し込む

git-sdk-64の場合

  • C:\git-sdk-64\etc\profile.d\git-prompt.sh
  • $PS1
  • return: "'`echo ${PIPESTATUS[@]}`'
    • '`シングルクオーテーション-バッククォートで囲まれた部分(ここ)は表示時にコマンドとして処理される`'

zshの場合

  • ~/.oh-my-zsh/thesis/*.zsh-theme
  • PROMPT
  • return: %?

cmdの場合

触りたくないので知らん

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?