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 e60f8d9..aac7791 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -46,6 +46,8 @@ if [[ -d ~/.cargo/bin ]]; then export PATH="$HOME/.cargo/bin:$PATH" fi +#fix vim_prompt_info +export RPROMPT="" if [[ -e ~/.cargo/bin/starship ]]; then eval "$(~/.cargo/bin/starship init zsh)"