Group language/tool imports
This commit is contained in:
parent
a7e2cbfad9
commit
181d2fea77
12
bash/bashrc
12
bash/bashrc
|
@ -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\]'
|
||||
|
||||
|
|
Loading…
Reference in New Issue