mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Move cargo to cache files.
This commit is contained in:
@@ -85,3 +85,6 @@ export VAGRANT_HOME="$XDG_DATA_HOME/vagrant"
|
|||||||
|
|
||||||
# Set up sqlite3
|
# Set up sqlite3
|
||||||
test -f "$XDG_CONFIG_HOME/sqlite3/sqliterc" && alias sqlite3="sqlite3 -init \"$XDG_CONFIG_HOME/sqlite3/sqliterc\""
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user