We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e406b commit e10bd18Copy full SHA for e10bd18
2 files changed
.bashrc
@@ -22,7 +22,9 @@ if [ -d "$HOME/.local/bin" ] ; then
22
fi
23
24
# Source Cargo's env
25
-source "$HOME/.cargo/env"
+if [ -f "$HOME/.cargo/env" ] ; then
26
+ source "$HOME/.cargo/env"
27
+fi
28
29
# }}}
30
.zshrc
@@ -23,7 +23,9 @@ path+=/opt/nvim-linux64/bin
typeset -TUx PATH path
31
0 commit comments