actually commit prompt
This commit is contained in:
parent
6ac2d6b666
commit
231f2b37f8
|
@ -0,0 +1,5 @@
|
|||
export PROMPT='%B%F{blue}%n%F{cyan}@%F{blue}%m %F{magenta}[%F{white}%3~%F{magenta}] %(?.%F{green}.%F{red})»%f%b '
|
||||
export RPROMPT='%(?..%F{red}%?) $(venv_prompt)'
|
||||
|
||||
export LF_PROMPT='%B%F{blue}%n%F{cyan}@%F{blue}%m %F{magenta}[%F{white}%3~%F{magenta}] %F{green}»%b %F{yellow}%%f%f'
|
||||
export LF_TITLE='%n@%m [%3~] » '
|
|
@ -20,12 +20,6 @@ add-zsh-hook preexec write_title_cmd
|
|||
add-zsh-hook precmd write_title_wd
|
||||
add-zsh-hook preexec reset_beam
|
||||
|
||||
export HISTSIZE=10000000
|
||||
export SAVEHIST=10000000
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
export HISTFILE="$XDG_DATA_HOME/zsh/history"
|
||||
|
||||
export HISTSIZE=10000000
|
||||
export SAVEHIST=10000000
|
||||
export HISTFILE="$XDG_DATA_HOME/zsh/history"
|
||||
|
|
Loading…
Reference in New Issue