„base.zsh“ ändern
This commit is contained in:
parent
42ae8d07f9
commit
074b56ba30
1 changed files with 2 additions and 1 deletions
3
base.zsh
3
base.zsh
|
@ -1,9 +1,10 @@
|
||||||
# Set up the prompt
|
# Set up the prompt
|
||||||
|
|
||||||
|
autoload -U colors && colors
|
||||||
autoload -Uz promptinit
|
autoload -Uz promptinit
|
||||||
promptinit
|
promptinit
|
||||||
#prompt adam1
|
#prompt adam1
|
||||||
PROMPT='%n@%m: %~ $ '
|
PS1="%{$fg[green]%}%n@%m: %{$fg[blue]%}%~ %{$reset_color%}% $ "
|
||||||
|
|
||||||
setopt histignorealldups sharehistory
|
setopt histignorealldups sharehistory
|
||||||
setopt autocd
|
setopt autocd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue