Skip to main content

Ubuntu 9.10: bash durch zsh ersetzen

·97 words·1 min

Nachdem die z-Shell einige nette Features bringt, die Bash noch nicht, bzw. nicht unterstützt, installiere ich die z-Shell für meinen Ubuntu-Benutzer als Default.

sudo apt-get install zsh

Eine gute Grundlage ist die zshrc von GRML.

<br /> # IMPORTANT: please note that you might override an existing<br /> # configuration file in the current working directory! ⇒<br /> wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc<br />

Danach kann man mit zsh testen, ob der Befehl richtig ausgeführt wird. Als Abschluß setze ich die z-Shell als Default-Shell:

chsh -s /usr/bin/zsh username

Weiterführende Links zur z-Shell: #

Christoph Stoettner
Author
Christoph Stoettner
I work at Vegard IT GmbH as a senior consultant, focusing on collaboration software, Kubernetes, security, and automation. I primarily work with HCL Connections, WebSphere Application Server, Kubernetes, Ansible, Terraform, and Linux. My daily work occasionally leads to technical talks and blog articles, which I share here more or less regularly.

Related