• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ZSH on OpenBSD

kevinthenerd

Platinum Member
I hate the C shell. How do I put ZSH on this box? I hear you can get it from the OpenBSD web site, but how?


STATS:
P1-233
32 MB RAM
4 GB HDD
32x CDROM
10/100 ethernet
no GUI (such as X) installed
 
We have a FAQ on this.

cd /usr/ports/shells/zsh&&make&&make install&&make clean

Make sure you have the SUDO=/usr/bin/sudo in your /etc/mk.conf and that you setup sudo correctly. One last thing, DO NOT CHANGE THE DEFAULT SHELL FOR THE ROOT USER. Good luck.
 
Back
Top