Update shellrc files as well as global git config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-21 09:08:39 +08:00
parent 9be0fe70db
commit 709c0d8c36
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
6 changed files with 31 additions and 17 deletions

View file

@ -2,4 +2,8 @@
if [[ -d "$HOME/.nix-profile/etc/profile.d/nix.sh" ]] && [[ $FF_DISABLE_NIXPKGS != "true" ]]; then
source "${HOME}/.nix-profile/etc/profile.d/nix.sh"
fi
if command -v devbox >> /dev/null; then
eval "$(devbox global shellenv)"
fi