chore(zsh): whitespace stuff \o/

This commit is contained in:
George Rawlinson 2021-07-08 17:52:15 +00:00
parent 51ba87a426
commit e8fecf3d6d
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ fi
# rust/cargo
if command -v cargo &> /dev/null; then
# Add cargo binary directory to $PATH
# this assumes CARGO_HOME is unset
path+=("$HOME/.cargo/bin")
fi