zsh-users
 help / color / mirror / code / Atom feed
* help with installing and correctly configuring zsh on an amd 64 box running gentoo stable
@ 2020-06-09 10:06 Michael Fothergill
  2020-06-09 10:11 ` Roman Perepelitsa
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Fothergill @ 2020-06-09 10:06 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]

I am running gentoo stable on FX 8350 box. I installed zsh following
instructions given on gentoo wiki pages.
I did it quite correctly because when I first ran chsh -s /bin/zsh  instead
of running the start up script it asked for a password to
be entered.

Apparently that is a bad thing.

My .zshrc file is in my /home/user directory:

bucketlist /home/mikef # more .zshrc
#~!/bin/zsh

#Completion
autoload -U compinit
compinit

# Correction

setopt correctall


#Prompt

autoload -U promptinit
promptinit
prompt gentoo
bucketlist /home/mikef #

My /etc/shells file looks like this:

mikef@bucketlist /etc % more shells
# /etc/shells: valid login shells
/bin/bash
/bin/csh
/bin/dash
/bin/esh
/bin/fish
/bin/ksh
/bin/mksh
/bin/sash
/bin/sh
/bin/tcsh
/bin/zsh
mikef@bucketlist /etc %

I think I have managed to install zsh:

mikef@bucketlist /etc % equery l zsh
 * Searching for zsh ...
[IP-] [  ] app-shells/zsh-5.8:0
mikef@bucketlist /etc %

mikef@bucketlist /etc % echo "My current shell is $SHELL ($0)"
My current shell is /bin/zsh (zsh)
mikef@bucketlist /etc %

If you know of any diagnostic tests to check whether zsh is really running
properly or not I would appreciate it.

My fear is that it has been installed in an incorrect or half-cocked
fashion.

Comments appreciated.

Regards

Michael Fothergill

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-06-12 16:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 10:06 help with installing and correctly configuring zsh on an amd 64 box running gentoo stable Michael Fothergill
2020-06-09 10:11 ` Roman Perepelitsa
     [not found]   ` <CANc=Sd1W4ZtzJSGfmfdpgNx6n_9cEjxjnxsQZxxz8AJH+RDNKA@mail.gmail.com>
2020-06-09 10:26     ` Roman Perepelitsa
     [not found]       ` <CANc=Sd2wUomQRuVvWu5A07_JWjLeJnDviTrWm00GqVamEKqvMA@mail.gmail.com>
2020-06-09 10:33         ` Roman Perepelitsa
2020-06-10 11:06       ` Michael Fothergill
2020-06-10 11:56         ` david rayner
2020-06-11 11:38           ` Michael Fothergill
2020-06-11 11:48         ` Roman Perepelitsa
2020-06-11 12:21           ` Michael Fothergill
2020-06-12 16:20             ` Michael Fothergill
2020-06-12 16:35               ` Roman Perepelitsa

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).