问题标签 [zsh]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
zsh - 在 Screen 启动时无法将 Zsh 作为登录 shell
我将以下内容放入我的 .zshrc
我现在启动终端时得到 Bash,尽管我在 Mac 的终端 > 设置中有 /bin/zsh。
我需要更改哪个变量才能使 Zsh 在 Screen 中成为我的登录 shell?
awk - 无法通过 Zsh/AWK 组合文件中的单词
我有文件 1
和文件2
我想拥有
不成功
给予
您如何通过 Zsh/AWK 解决问题?
timestamp - 无法读取 Zsh 历史的时间戳
问题:了解以下时间戳
在 ~/.history
当我有
在 .zshrc 中。
如何读取时间戳?
search - 不打开 Zsh 就无法快速搜索手册
下面的命令给出了许多 Zsh 的手册
替代文字 http://dl.getdropbox.com/u/175564/zsh.png
我想快速浏览它们以搜索单词 compinit。
如何在 Zsh 的手册中快速搜索 compinit 这个词?
shell - 为什么在 zsh 中使用 {1..9} 会出现此错误?
我运行以下代码
我明白了
这很奇怪,因为以下工作
这表明我的问题可能是 Zsh 中的错误。
以上是 {1..9} 的 Zsh 中的错误吗?
zsh - 无法为手册获取系统变量工作
我在 .zshrc 中有以下系统变量
我跑不成功
我明白了
该命令应与以下有效的命令相同
如何在 Zsh 中使用系统变量运行上述命令?
macos - 无法在 Zsh 中完成 MacPorts 的选项卡
在将MacPorts 的 Bash 选项卡完成包含到 Zsh中时,我得到以下信息
如何在 Zsh 中完成 MacPorts 的选项卡?
macos - 无法激活 MacPorts 安装的 Zsh
通过将以下路径设置为 Settings,我将 MacPorts 安装的未成功 Zsh 作为我的登录 shell
我也把它放在用户帐户的高级选项中。我收到以下错误 替代文本 http://dl.getdropbox.com/u/175564/macportsError.png
我将以下路径设置为失败
再次启动 shell 时出现以下错误
如何将 Zsh 激活为登录 shell?