diff options
Diffstat (limited to 'profile')
| -rw-r--r-- | profile | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -19,14 +19,10 @@ for profile in "$HOME"/.nix-profile/etc/profile.d/*; do source "$profile" done -# GLab -if command -v glab >/dev/null; then - if [[ -n "${BASH_VERSINFO:-}" ]]; then - source <(glab completion -s bash) - elif [[ -n "${ZSH_VERSION:-}" ]]; then - source <(glab completion -s zsh) - compdef _glab glab - fi +# Guix +export GUIX_PROFILE="/home/cynerd/.guix-profile" +if [[ -d "$GUIX_PROFILE" ]]; then + source "$GUIX_PROFILE/etc/profile" fi # Rest of the profile run only if login is from linux console |
