Fixes
This commit is contained in:
parent
c62960330f
commit
d81bc6b25a
2 changed files with 4 additions and 1 deletions
|
@ -308,7 +308,7 @@ shell:
|
|||
program: /usr/local/bin/zsh
|
||||
args:
|
||||
- --login
|
||||
# - "sleep 1 && tmux new -A -s DefaultSession"
|
||||
# - "sleep 1 && tmux new -A -s DefaultSession"
|
||||
|
||||
# Key bindings
|
||||
#
|
||||
|
|
|
@ -42,6 +42,9 @@ source <(antibody init)
|
|||
|
||||
antibody bundle < ~/.zsh_plugins.txt
|
||||
|
||||
#fix vim_prompt_info
|
||||
export RPROMPT=""
|
||||
|
||||
if [[ -e ~/.cargo/bin/starship ]]; then
|
||||
eval "$(~/.cargo/bin/starship init zsh)"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue