dotfiles/.config/bash/tools/nixpkgs.bashrc
Andrei Jiroh Halili 709c0d8c36
Update shellrc files as well as global git config
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-10-21 09:11:19 +08:00

9 lines
No EOL
254 B
Bash

#!/usr/bin/env bash
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