fix zsh.d files

This commit is contained in:
Simonas Narbutas
2019-11-22 12:49:39 +01:00
parent bb1363f92e
commit ad7f785f3b
9 changed files with 8 additions and 7 deletions

3
.zsh.d/10-rust.zsh Normal file
View File

@@ -0,0 +1,3 @@
if test -d "$HOME/.cargo/bin"; then
export PATH="${PATH}:$HOME/.cargo/bin"
fi