aboutsummaryrefslogtreecommitdiff
path: root/sh
Commit message (Collapse)AuthorAgeFilesLines
* Tidier layout, start using .bash_profile againTom Ryder2013-07-121-3/+0
| | | | Shouldn't refer to Bash stuff in Bourne shell profile
* Explicitly set timezone for profilesTom Ryder2013-07-031-0/+3
|
* Nice syntax for ANDTom Ryder2013-06-251-1/+1
|
* Remove Bashism from Bourne shell profileTom Ryder2013-06-241-1/+1
|
* Discard stderr from command callsTom Ryder2013-06-241-2/+2
| | | | | Looks like older versions of Bash emit well-intended error messages if the command is not found that newer ones don't
* Sharing keychain(1) profile scriptTom Ryder2013-06-241-0/+6
| | | | | | Designed to be a quiet no-op on systems where keychain(1) is unavailable, and not to bleat about missing keys, trying the three default ones
* Add one profile.d scriptTom Ryder2013-06-201-0/+9
| | | | Mostly because git doesn't do empty dirs
* Massive overhaul of structure for Bash filesTom Ryder2013-06-201-0/+23
* No longer using .bash_logout * No longer using .bash_profile, using POSIX-compliant .profile * instead; in particular, moved most of environment settings into .profile * Moved some of the separable functionality of both .profile and .bashrc into subdirectories (some scripts shared, some not) * Tidied implementation of ls/grep aliases * Updated install script to reflect all of the above