mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
shiny zsh prompt
This commit is contained in:
parent
18fab1231d
commit
59e382556f
2 changed files with 246 additions and 11 deletions
4
zsh/rc
4
zsh/rc
|
|
@ -13,9 +13,11 @@ source $DOTFILES_ZSH_DIR/prompt
|
|||
source $DOTFILES_ZSH_DIR/bundler
|
||||
|
||||
precmd() {
|
||||
LAST_CMD_RC=$?
|
||||
psvar=()
|
||||
set_term_title
|
||||
set_prompt
|
||||
set_rprompt
|
||||
set_term_title
|
||||
}
|
||||
|
||||
preexec() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue