diff --git a/vim/vimrc b/vim/vimrc index 63cb0d8..5777662 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -17,7 +17,7 @@ set ttyfast set wildmenu set title set list -set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮ +set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮,space:␣ set showbreak=↪ set timeoutlen=500 diff --git a/zsh/zshrc b/zsh/zshrc index cc47f50..e60f8d9 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -42,6 +42,11 @@ source <(antibody init) antibody bundle < ~/.zsh_plugins.txt +if [[ -d ~/.cargo/bin ]]; then + export PATH="$HOME/.cargo/bin:$PATH" +fi + + if [[ -e ~/.cargo/bin/starship ]]; then eval "$(~/.cargo/bin/starship init zsh)" else