Group language/tool imports

This commit is contained in:
John Mertz 2024-01-31 22:37:31 -07:00
parent a7e2cbfad9
commit 181d2fea77
1 changed files with 7 additions and 5 deletions

View File

@ -55,16 +55,18 @@ if [ -f ${HOME}/.dotfiles/bash/bash_aliases ]; then
. "${HOME}/.dotfiles/bash/bash_aliases"
fi
# Home Manager
. $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
. ~/.local/state/nix/profiles/profile/etc/profile.d/hm-session-vars.sh
# Nix
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
# Rust
. "$HOME/.cargo/env"
# Perl
eval "$(plenv init -)"
source ${HOME}/.dotfiles/bash/plenv-path.sh
source "$HOME/.cargo/env"
source ~/perl5/perlbrew/etc/bashrc
. "$HOME/.cargo/env"
# Hide errors
clear
# Set window title to last command
PS0='\[\e]0;$(last_command) - $TERM_TITLE\a\]'