You are not logged in.
Hi!
I try to switch to zsh but zsh fails to find the promptinit and prompt command.
This is my .zshrc
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/freddy/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
promptinit
prompt waltersWhen I open a terminal in X or login on TTY I get the two errors
/home/freddy/.zshrc:14: command not found: promptinit
/home/freddy/.zshrc:15: command not found: promptWhat am I doing wrong?
Last edited by ball (2013-01-18 10:32:42)
Offline
You are missing a step...
Offline
Ok, this is embarrassing. I thought I double-checked...
Offline