mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Refactor shell setup into ~/.zshenv and ~/.zshrc files
It was time to split the environment related stuff out to ~/.zshenv, leaving my ~/.zshrc file specifically for setup of interactive shells.
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
# Rust environment setup.
|
||||
#
|
||||
|
||||
# Rustup
|
||||
if [ -d "$HOME/.cargo/bin" ]; then
|
||||
path_prepend "$HOME/.cargo/bin"
|
||||
fi
|
||||
|
||||
install_rust_global_packages() {
|
||||
local packages=(
|
||||
rls
|
||||
|
||||
Reference in New Issue
Block a user