# .bash_profile # Set umask to something world-unreadable in any case umask 027 # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs n' href='/favicon.ico'/>

git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/environment.conf
Commit message (Collapse)AuthorAgeFilesLines
* remove environment_timeout =0 from environment.confNick Walker 2015-10-281-6/+0
|
* Update config_version to use a script that does not require gitNick Walker 2015-08-031-1/+1
| | | | | | | | | | The config_version now uses a script that will do one of two things: 1. call config_version.rb which uses rugged to find the information about the latest commit if PE is on version 2015.2 or newer 2. make a call to git if the PE version is less than 2015.2
* Update environment.confNick Walker 2015-06-261-1/+1
|
* add site to modulepath in environment.confNick Walker 2015-05-271-1/+1
|
* Initial Commit