Commit 3dd2ed03 authored by 胡小根's avatar 胡小根

feat: update .zshrc.example

parent 810920c6
...@@ -104,7 +104,7 @@ source $ZSH/oh-my-zsh.sh ...@@ -104,7 +104,7 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
PROMPT='%(!.%{%F{yellow}%}.)$USER@%{$fg[white]%}wsakf-prod %{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' PROMPT='%(!.%{%F{yellow}%}.)$USER@%{$fg[white]%}prod %{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
db() { db() {
docker exec -it $1 /bin/bash docker exec -it $1 /bin/bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment