Changeset 5516569 in dotfiles for guix/.bash_profile


Ignore:
Timestamp:
Oct 6, 2022, 12:26:10 PM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
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)
Message:

Add changes to config

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
     1export PATH=$PATH:$HOME/.bin:~/.local/bin:/bin:$HOME/.nix-profile/bin:$HOME/.nodejs/bin
    22#:$HOME/.nix-profile/bin
    33
     
    1818export GUIX_PACKAGE_PATH=$HOME/.guix-packages
    1919GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
     20export GUILE_LOAD_PATH=$GUILE_LOAD_PATH:$HOME/projects/guix
     21export GUILE_LOAD_COMPILED_PATH=$GUILE_LOAD_COMPILED_PATH:$HOME/projects/guix
    2022
    2123for i in $GUIX_EXTRA_PROFILES/*; do
     
    2830done
    2931
    30 export PHPENV_ROOT="/home/w96k/.phpenv"
    31 if [ -d "${PHPENV_ROOT}" ]; then
    32   export PATH="${PHPENV_ROOT}/bin:${PATH}"
    33   eval "$(phpenv init -)"
    34 fi
     32# 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
    3537
    3638# Honor per-interactive-shell startup file
Note: See TracChangeset for help on using the changeset viewer.