.zshrc
This commit is contained in:
parent
74ca124ba1
commit
fee4d8dfd7
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -50,7 +50,7 @@ precmd_functions+='precmd_update_updates'
|
||||||
chpwd_functions+='chpwd_update_git_vars'
|
chpwd_functions+='chpwd_update_git_vars'
|
||||||
|
|
||||||
# Set the prompt.
|
# Set the prompt.
|
||||||
PROMPT="$(prompt) \$(/home/slash/code/projects/baps1/src/baps1)"
|
PROMPT='$(prompt)'
|
||||||
RPROMPT='$(rprompt)'
|
RPROMPT='$(rprompt)'
|
||||||
|
|
||||||
# Set terminal name to current runnign application
|
# Set terminal name to current runnign application
|
||||||
|
|
Loading…
Reference in a new issue