Changeset 5516569 in dotfiles for guix/.bash_profile
- Timestamp:
- Oct 6, 2022, 12:26:10 PM (2 years ago)
- Branches:
- master
- Children:
- 2107e51
- Parents:
- a48604f
- git-author:
- Mikhail Kirillov <w96k@…> (10/06/22 12:24:57)
- git-committer:
- Mikhail Kirillov <w96k@…> (10/06/22 12:26:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.bash_profile
ra48604f r5516569 1 export PATH=$PATH:$HOME/.bin:~/.local/bin:/bin:$HOME/.nix-profile/bin 1 export PATH=$PATH:$HOME/.bin:~/.local/bin:/bin:$HOME/.nix-profile/bin:$HOME/.nodejs/bin 2 2 #:$HOME/.nix-profile/bin 3 3 … … 18 18 export GUIX_PACKAGE_PATH=$HOME/.guix-packages 19 19 GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles 20 export GUILE_LOAD_PATH=$GUILE_LOAD_PATH:$HOME/projects/guix 21 export GUILE_LOAD_COMPILED_PATH=$GUILE_LOAD_COMPILED_PATH:$HOME/projects/guix 20 22 21 23 for i in $GUIX_EXTRA_PROFILES/*; do … … 28 30 done 29 31 30 export PHPENV_ROOT="/home/w96k/.phpenv"31 if [ -d "${PHPENV_ROOT}" ]; then32 export PATH="${PHPENV_ROOT}/bin:${PATH}"33 eval "$(phpenv init -)"34 fi32 # export PHPENV_ROOT="/home/w96k/.phpenv" 33 # if [ -d "${PHPENV_ROOT}" ]; then 34 # export PATH="${PHPENV_ROOT}/bin:${PATH}" 35 # eval "$(phpenv init -)" 36 # fi 35 37 36 38 # Honor per-interactive-shell startup file
Note:
See TracChangeset
for help on using the changeset viewer.