Auto Update
This commit is contained in:
parent
aa57647a97
commit
d1a5b53496
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ export TERM=xterm-color
|
|||
# Alias definitions.
|
||||
[[ -f ~/.bash_aliases ]] && . ~/.bash_aliases
|
||||
|
||||
# home-manager variables
|
||||
[[ -f "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" ]] &&
|
||||
source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
||||
|
||||
# set PATH so it includes certain bin folders if they exist
|
||||
[[ -d ~/bin ]] && PATH+=":$HOME/bin"
|
||||
[[ -d ~/.local/bin ]] && PATH+=":$HOME/.local/bin"
|
||||
|
|
Loading…
Reference in a new issue