aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/keychain.sh
Commit message (Collapse)AuthorAgeFilesLines
* More segmentation/tidyingTom Ryder2017-06-181-5/+0
|
* Use short-circuits in .profile.d scriptsTom Ryder2017-02-181-4/+4
|
* Move SSH_ASKPASS setup to ~/.xinitrcTom Ryder2016-08-271-4/+0
|
* Correct stderr redirection for keychain(1) checkTom Ryder2016-08-231-1/+1
|
* Style tweaks to profile.d subscriptsTom Ryder2016-08-211-4/+1
|
* Distill/fix keychain handling a bitTom Ryder2016-08-211-10/+5
|
* Suppress stderr from command -v checksTom Ryder2016-08-181-2/+2
| | | | | Now I remember--old Bash prints failure messages to stderr for this call. That'll be why I was suppressing both streams initially.
* Fix up some command builtin callsTom Ryder2016-08-181-2/+2
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Use space before semicolon as command separatorTom Ryder2014-02-101-3/+3
|
* Not sure why I ever set TTYTom Ryder2014-02-101-3/+2
|
* Move TTY/GPG_TTY exports into profileTom Ryder2013-10-161-0/+7
|
* Work around annoying bug in Debian keychain(1)Tom Ryder2013-09-301-1/+2
| | | | <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512840>
* Remove unnecessary quoting in simple assignmentsTom Ryder2013-08-201-1/+1
|
* Avoid whichcraftTom Ryder2013-08-131-1/+1
|
* More thorough quotingTom Ryder2013-08-051-2/+2
|
* Restore stderr redirection for command -vTom Ryder2013-08-021-2/+2
| | | | | Some older versions of Bash seem to spit out "not found" errors for command -v on stderr
* Improve comments on shell scriptsTom Ryder2013-07-311-1/+3
|
* Don't use backticks for command substitutionTom Ryder2013-07-311-2/+2
| | | | | | I thought the $( ) syntax wasn't defined by POSIX, but it is, and it works in basically every modern Bourne shell including dash and ksh. As it's much more readable and easier to nest I'll prefer it here.
* Keep export calls separate from definitionsTom Ryder2013-07-311-1/+2
|
* Use standard structure for if/for in shellTom Ryder2013-07-311-4/+6
| | | | | | | | | | | | | | | | | | | Mostly for clarity reasons; using this syntax: if [ condition ]; then commands fi As opposed to: if [ condition ] then commands fi Or: [ condition ] && command
* 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