From d81bc6b25a83f52762488975b4e82cfa4d1083df Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 11 Oct 2019 22:23:03 -0400 Subject: [PATCH] Fixes --- alacritty/alacritty.yml | 2 +- zsh/zshrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index d3c1186..6d674af 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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 # diff --git a/zsh/zshrc b/zsh/zshrc index cc47f50..0445c65 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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