„base.zsh“ ändern

This commit is contained in:
JMARyA 2020-11-09 07:30:24 +00:00
parent 42ae8d07f9
commit 074b56ba30

View file

@ -1,9 +1,10 @@
# Set up the prompt
autoload -U colors && colors
autoload -Uz promptinit
promptinit
#prompt adam1
PROMPT='%n@%m: %~ $ '
PS1="%{$fg[green]%}%n@%m: %{$fg[blue]%}%~ %{$reset_color%}% $ "
setopt histignorealldups sharehistory
setopt autocd