LoginSignup
3
3

More than 1 year has passed since last update.

macOSでプロンプトに時刻表示

Last updated at Posted at 2022-04-06

経緯

  • マシンをつけっぱなしにしている
  • とある時間のかかるコマンドの実行結果が、実行→一寝入り→起きる→いつの実行だったか分からなくなる事態が発生した

環境

macOS Monterey 12.3
(macOS Ventura 13.0 も :ok:
zsh

変更する前のプロンプト(書式未設定)

takepan@MBP16 current_dir %

変更した後のプロンプト

22-04-06 13:43:56 takepan@MBP16 ~/current_path %

.zshrcに追記した書式

PROMPT='%D %* %n@%m %~ %% '

コマンド例

echo "PROMPT='%D %* %n@%m %~ %% '" >> ~/.zshrc
source ~/.zshrc

問題点

0時〜9時のときに0パディングがされない
(0パディングのオプションがなさそう)

参考URL

zshプロンプトのカスタマイズ
Macのターミナルのプロンプト表示(ユーザー名等)を変更する方法
公式ドキュメント?

3
3
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
3
3