Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | login.d/00_path.sh: don't leak temporary variables | Luke Shumaker | |
2016-02-27 | stuff | Luke Shumaker | |
2015-12-12 | XDG_RUNTIME_DIR: "Recent" Linux kernels support flock over NFS. | Luke Shumaker | |
And Purdue seems to have enabled that. | |||
2015-12-12 | shorten ~/.runtime to ~/.r | Luke Shumaker | |
2015-12-12 | tidy (generic) | Luke Shumaker | |
2015-12-12 | libreoffice: use GTK-2 theme | Luke Shumaker | |
2015-12-06 | minor fixes to the XDG_RUNTIME_DIR implementation | Luke Shumaker | |
2015-10-04 | Be more careful about what happens when XDG_RUNTIME_DIR isn't set. | Luke Shumaker | |
2015-09-22 | .config/login.d/02_xdg_runtime_dir.sh only runs on login, no need for a check | Luke Shumaker | |
In fact, the check broke the Purdue CS boxes because it was being run under the Xsession program, which is not a login shell. | |||
2015-07-19 | set MAKEFLAGS to -j$(nproc) on login | Luke Shumaker | |
2015-07-19 | fix XDG_RUNTIME_DIR management | Luke Shumaker | |
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 | |