]> arthur.barton.de Git - ConfigScripts.git/history - sys/profile
Let tset(1) fix up TERM, don't do it "manually"
[ConfigScripts.git] / sys / profile
2015-01-28 Alexander BartonLet tset(1) fix up TERM, don't do it "manually"
2015-01-26 Alexander BartonAuto-select/deselect "xterm-256color" TERM setting
2015-01-25 Alexander Bartonsys/profile: Update indentation of debug output
2015-01-25 Alexander BartonPrepend /usr/local/opt/ccache/libexec to $PATH, when...
2015-01-25 Alexander Bartonsys/profile: Reformat "for" loops
2015-01-08 Alexander BartonRead ~/.profile.user-1st after initializing basic envir...
2015-01-08 Alexander BartonAdd support for ~/.profile.user-1st file
2014-11-29 Alexander BartonMake check for "interactive shells" more robust
2014-07-21 Alexander BartonReminders: only create "~/.last_reminder" when "~"...
2014-06-15 Alexander BartonBetter debug logging, display when script really starts
2014-04-26 Alexander BartonOnly try to create local home directory if /usr/local...
2014-04-24 Alexander BartonFix test for "ccache". Oops.
2014-04-24 Alexander BartonSetup "PIP_DOWNLOAD_CACHE" using "XDG_CACHE_HOME"
2014-04-24 Alexander BartonSetup environment for local storage before reading...
2014-04-23 Alexander BartonSetup environment for Python "pip", if installed
2014-04-23 Alexander BartonCorrectly detect encoding from "LC_CTYPE" and "LANG"
2014-04-18 Alexander BartonUse "type -t" to test for tools.
2014-04-18 Alexander BartonReminders: Show them all 60 minutes, not every minute...
2014-04-18 Alexander BartonUnset temporary/local variables
2014-04-18 Alexander BartonDon't set "ME" variable, use "HOSTNAME" instead
2014-04-18 Alexander BartonShow reminders (icalBuddy, remind) once every 60 minutes
2014-04-18 Alexander BartonUse "type" to test for tools
2014-03-23 Alexander BartonFix test for "root" user
2014-03-15 Alexander BartonDon't set $USER and $UID
2014-03-15 Alexander BartonEnhance icalBuddy output
2014-03-15 Alexander BartonUse local variables to customize icalBuddy
2014-02-03 Alexander BartonDo not set LC_MESSAGES=C any longer; let the user decide
2014-02-03 Alexander BartonFix detection of "desktop sessions"
2014-02-03 Alexander BartonBetter detect encoding of the terminal
2013-01-06 Alexander BartonOnly add optional paths to PATH if .not_in_path does...
2012-12-25 Alexander Bartonsys/profile: Only call "tset" when it is available
2012-12-18 Alexander BartonEnhance guessing if UTF-8 or ISO8859-1 encoding should...
2012-10-06 Alexander BartonAdd /usr/ucb to our "PATCH check list"
2012-08-27 Alexander BartonDon't use "mkdir -p": very old systems don't support...
2012-08-25 Alexander BartonAlways initialize terminal using tset in interactive...
2012-06-13 Alexander BartonDon't display error messages of icalBuddy
2012-06-08 Alexander BartonInclude profiles in /usr/local/etc/profile.d as well...
2012-06-08 Alexander BartonMake sure /usr/local/[s]bin is first when using path_helper
2012-02-07 Alexander BartonCheck /usr/share/php/bin as optional search path component
2012-02-07 Alexander BartonSearch ".remind" file in the home directory
2012-01-27 Alexander BartonFix last commit: incorrect bash syntax :-/
2012-01-25 Alexander BartonOnly set LC_MESSAGES="C" for non-X11 sessions
2011-06-26 Alexander BartonSuppress "warning: setlocale: LC_CTYPE: cannot change...
2011-04-22 Alexander BartonMake locale setting much more smarter
2011-04-22 Alexander BartonSet ccache paths using the "regular" mechanism
2011-04-22 Alexander BartonInitialize some "system local" directories
2011-02-27 Alexander BartonMake sure that "mount" emits no error messages
2011-02-27 Alexander BartonDon't use "hostname -s"
2011-02-27 Alexander BartonMake sure that "type manpath" emits no error messages
2011-02-16 Alexander BartonCall icalBuddy not as root; and adjust bullet
2010-09-17 Alexander BartonOnly check quota(1) if a filesystem with quotas is...
2010-09-17 Alexander BartonAdded support for icalBuddy(1)
2010-09-17 Alexander BartonOnly export PATH if it is set by this script; don't...
2010-09-16 Alexander BartonAdded support for remind(1)
2010-08-21 Alexander BartonOnly setup MANPATH if manpath(1) is not available
2009-10-16 Alexander BartonAdd /Developer/usr/bin as optional PATH component
2009-09-05 Alexander BartonMake sure UID is always set
2009-08-29 Alexander BartonDon't source /etc/profile.d/*.csh scripts
2009-08-29 Alexander BartonRewrap script line to 80 characters
2009-04-08 Alexander BartonDon't add locale encoding if the current locale is "C"
2009-03-23 Alexander BartonMove Xauthority file to local storage, so that sudo...
2009-03-23 Alexander BartonImplement "intelligent" locale setting
2009-03-23 Alexander Bartonsys/profile, user/bash_profile: code cleanup
2009-03-23 Alexander BartonUpdated copyright notice
2008-11-27 Alexander BartonRemove "in-file history".
2008-11-21 Alexander BartonEnhance debug messages: print a line for each script.
2008-08-07 Alexander BartonInitial import into GIT repository.