1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Give up on alternative cargo config.

It really won't work.
This commit is contained in:
2019-01-29 15:54:08 +01:00
parent bb16a8d714
commit 582fa19789

View File

@@ -74,9 +74,6 @@ export VAGRANT_HOME="$XDG_DATA_HOME/vagrant"
# Set up sqlite3
test -f "$XDG_CONFIG_HOME/sqlite3/sqliterc" && alias sqlite3="sqlite3 -init \"$XDG_CONFIG_HOME/sqlite3/sqliterc\""
# Set up cargo
export CARGO_HOME="$XDG_CACHE_HOME/cargo"
# Add local binaries to path
if [[ -d "$HOME/.local/bin" ]]; then
path+="$HOME/.local/bin"