Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-20 | Be careful about shebangs, which shells are used, and what gets executed | Luke Shumaker | |
Use - #!/hint/bash for bash that gets sourced (non-executable) - #!/hint/sh for sh(1) that gets sourced (non-executable) - #!/bin/sh for sh(1) that gets executed - #!/usr/bin/env bash for bash that gets executed To this end, also - Clean up a couple of related comments - Fix a couple of bash-isms that I noticed in sh(1) files - Fix permissions on a couple of files that get sourced | |||
2015-04-13 | login.sh: Do a better job of handling if variables aren't set | Luke Shumaker | |
2015-04-13 | clean up XDG_RUNTIME_DIR handling | Luke Shumaker | |
2015-04-13 | xdg.sh: include XDG_VTNR | Luke Shumaker | |
2015-02-09 | path.sh, config-path: don't rely on external programs (sed) | Luke Shumaker | |
2015-02-09 | xdg.sh: make readable by /bin/sh | Luke Shumaker | |
2015-02-07 | set LESSHISTFILE | Luke Shumaker | |
2015-02-07 | don't create the ~/tmp symlink | Luke Shumaker | |
2015-02-07 | Have the link to XDG_RUNTIME_DIR be at ~/.runtime/HOSTNAME | Luke Shumaker | |
2015-02-07 | xdg: Only try to flock if opening the lockfile worked | Luke Shumaker | |
2015-02-07 | backport changes from cs-purdue | Luke Shumaker | |
2015-01-29 | split login.sh into login.d | Luke Shumaker | |