mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Give up on alternative cargo config.
It really won't work.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user