mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add python/pip configuration.
This commit is contained in:
@@ -88,3 +88,8 @@ test -f "$XDG_CONFIG_HOME/sqlite3/sqliterc" && alias sqlite3="sqlite3 -init \"$X
|
||||
|
||||
# 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"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user