Dotfiles config update (2022-04-15)

This commit is contained in:
q3aql 2022-04-15 20:42:36 +02:00
parent 10053e41d9
commit b704b6a8ca
2 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
. "$HOME/.cargo/env"

4
.zshrc
View File

@ -212,6 +212,10 @@ export PS2="> "
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
fpath+=${ZDOTDIR:-~}/.zsh_functions
if [ -f $HOME/.cargo/env ] ; then
. "$HOME/.cargo/env"
fi
# Detect prompt color
case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;