This commit is contained in:
Anthony Cicchetti 2019-10-11 22:23:03 -04:00
parent c62960330f
commit d81bc6b25a
2 changed files with 4 additions and 1 deletions

View file

@ -308,7 +308,7 @@ shell:
program: /usr/local/bin/zsh program: /usr/local/bin/zsh
args: args:
- --login - --login
# - "sleep 1 && tmux new -A -s DefaultSession" # - "sleep 1 && tmux new -A -s DefaultSession"
# Key bindings # Key bindings
# #

View file

@ -42,6 +42,9 @@ source <(antibody init)
antibody bundle < ~/.zsh_plugins.txt antibody bundle < ~/.zsh_plugins.txt
#fix vim_prompt_info
export RPROMPT=""
if [[ -e ~/.cargo/bin/starship ]]; then if [[ -e ~/.cargo/bin/starship ]]; then
eval "$(~/.cargo/bin/starship init zsh)" eval "$(~/.cargo/bin/starship init zsh)"
else else