Changeset 254aa1d in dotfiles for guix/.dotfiles/.bash_profile


Ignore:
Timestamp:
Aug 5, 2024, 6:53:43 AM (3 months ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
fe2941b
Parents:
7bfb563
git-author:
Mikhail Kirillov <w96k@…> (08/05/24 06:33:27)
git-committer:
Mikhail Kirillov <w96k@…> (08/05/24 06:53:43)
Message:

Massively update guix home

File:
1 moved

Legend:

Unmodified
Added
Removed
  • guix/.dotfiles/.bash_profile

    r7bfb563 r254aa1d  
    1 # Set up Guix Home profile
    2 if [ -f ~/.profile ]; then . ~/.profile; fi
    3 
    4 # Honor per-interactive-shell startup file
    5 if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
    6 
    71# Merge search-paths from multiple profiles, the order matters.
    82eval "$(guix package --search-paths \
Note: See TracChangeset for help on using the changeset viewer.