Changeset 5211578 in dotfiles for guix/.dotfiles/.bash_profile
- Timestamp:
- Sep 25, 2024, 11:43:27 PM (7 weeks ago)
- Branches:
- master
- Children:
- ead573e
- Parents:
- fc6fa17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/.bash_profile
rfc6fa17 r5211578 6 6 7 7 # Prepend setuid programs. 8 export PATH=/run/setuid-programs:$PATH 8 export PATH=/run/setuid-programs:$PATH:$HOME/.bin:$PATH 9 export EMACSLOADPATH=$EMACSLOADPATH:$HOME/.emacs.d/elpa 10 export GTAGSLIBPATH=$GTAGSLIBPATH:$HOME/.guix-home/profile/include 9 11 10 export PATH=$HOME/.bin:$PATH 12 # export https_proxy=https://localhost:9250 13 export http_proxy=https://localhost:9250 14 export SOCKS_SERVER=localhost:9050 11 15 12 export EMACSLOADPATH=$EMACSLOADPATH:$HOME/.emacs.d/elpa 16 # Set up the system, user profile, and related variables. 17 # /etc/profile will be sourced by bash automatically 18 # Set up the home environment profile. 19 if [ -f ~/.profile ]; then source ~/.profile; fi 20 21 # Honor per-interactive-shell startup file 22 if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
Note:
See TracChangeset
for help on using the changeset viewer.