Changeset 254aa1d in dotfiles for guix/.dotfiles/.bash_profile
- Timestamp:
- Aug 5, 2024, 6:53:43 AM (3 months ago)
- 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)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/.bash_profile
r7bfb563 r254aa1d 1 # Set up Guix Home profile2 if [ -f ~/.profile ]; then . ~/.profile; fi3 4 # Honor per-interactive-shell startup file5 if [ -f ~/.bashrc ]; then . ~/.bashrc; fi6 7 1 # Merge search-paths from multiple profiles, the order matters. 8 2 eval "$(guix package --search-paths \
Note:
See TracChangeset
for help on using the changeset viewer.