mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
change prompt to include hostname
This commit is contained in:
parent
1c03f468c3
commit
a6606ab2c8
@ -27,6 +27,11 @@ if ! [[ "$PATH" =~ "$HOME/.nimble/bin:" ]]; then PATH="$HOME/.nimble/bin:$PATH";
|
||||
if ! [[ "$PATH" =~ "$HOME/.cargo/bin:" ]]; then PATH="$HOME/.cargo/bin:$PATH" ; fi
|
||||
|
||||
export PATH
|
||||
PROMPT="%{$fg[red]%}%m%{$fg[green]%} ➜ %{$fg[blue]%}%1~%{$reset_color%}%{$fg[red]%}%{$reset_color%} $(git_prompt_info)%{$fg[cyan]%}%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"
|
||||
|
||||
# Create Aliases
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user