Top "Zsh" questions

The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting.

How to permanently set $PATH on Linux/Unix?

I'm trying to add a directory to my path so it will always be in my Linux path. I've tried: …

linux bash unix path zsh
How to add a progress bar to a shell script?

When scripting in bash or any other shell in *NIX, while running a command that will take more than a …

bash shell zsh
commands not found on zsh

I am using the z Shell (zsh) instead of the default bash, and something wrong happen so that all commands …

shell osx-lion zsh
Adding a new entry to the PATH variable in ZSH

I'm using zsh and I'm trying to add a new entry (/home/david/pear/bin) to the PATH variable but …

linux ubuntu zsh
npm global path prefix

I am being more cautious than usual because I have been confused by the behavior of npm in the past. …

macos node.js npm zsh
Conda command not found

I've installed Miniconda and have added the environment variable export PATH="/home/username/miniconda3/bin:$PATH" to my .bachrc and .…

python zsh anaconda miniconda
How do I update zsh to the latest version?

I recently switched to zsh on my Terminal.app on my OS X machine successfully. The version number of zsh …

terminal zsh
Switching from zsh to bash on OSX, and back again?

So Im learning to develop in Rails, and have discovered the power of zsh. However, for some of my other …

bash terminal zsh
How can I change the color of my prompt in zsh (different from normal text)?

To recognize better the start and the end of output on a commandline, I want to change the color of …

colors zsh prompt
How to make zsh run as a login shell on Mac OS X (in iTerm)?

When zsh is set as a login shell on Mac OS X, when it is started by iTerm, zsh doesn't …

macos bash shell zsh