如何在zsh中更改提示?

时间:2015-08-22 19:37:36

标签: macos terminal zsh iterm2

我有iTerm(使用zsh)它看起来像: enter image description here

当我点击 Enter 时: enter image description here

我想在终端顶部找到有关电池的信息,是否可以?

2 个答案:

答案 0 :(得分:1)

您可以使用Tmux来固定battery indicator。 Tmux不是Zsh或iTerm的一部分,而是一个非常轻量级的工具,对窗口/窗格管理等其他东西也很有用。

答案 1 :(得分:0)

tmux 的解决方案:

  1. 安装set -g status-position top
  2. 添加到〜/ .tmux.conf:tmux source-file ~/.tmux.conf
  3. 加载配置:tmux
  4. 运行PrimeNumber PrimeNumber::operator --(int ignoreMe) //postfix { int temp = pNum -= 1; while (!isPrime(pNum)) { temp = pNum; temp--; } return temp; }
  5. 现在,您可以使用tmux config将任何信息添加到顶行。