Commit 17c6c037 authored by Daniel Karlsson's avatar Daniel Karlsson
Browse files

Updated the PROMT.

parent 0e2d289f
# Comment
# Simple theme based on my old zsh settings.
function get_host {
echo '@'`hostname`''
}
RPROMPT='%~$(git_prompt_info)$(get_host)'
export PS1='> '
PROMPT='> '
RPROMPT='%~$(git_prompt_info)$(get_host)'
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="("
......
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