我不明白为什么node命令不起作用,而nodejs起作用:
$ node --version
zsh: command not found: node
$ nodejs --version
v0.10.15
Run Code Online (Sandbox Code Playgroud)
我试过了apt-get install nodejs,但已经安装了最新版本。
此外:
$ npm
zsh: command not found: npm
Run Code Online (Sandbox Code Playgroud)
我以为npm包含在 NodeJS > 0.10 中?
我喜欢普通终端在 Ubuntu 上的样子。
我最近安装了 Guake,Guake 终端非常简单(丑陋):黑底白字,字体简单。此外,它与其他终端窗口不一致。
有没有办法让 Guake 使用与普通终端相同的外观/主题?
更新:
Ubuntu终端:

瓜克终端:

如您所见,字体和背景颜色是不一样的。(我也刚刚注意到普通终端没有使用 zsh,即使我chsh在打开终端之前更早)