Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | SunOS stuff | Luke Shumaker | |
2015-12-06 | login: have GOROOT golang take precedence over system golang | Luke Shumaker | |
2015-12-06 | minor fixes to the XDG_RUNTIME_DIR implementation | Luke Shumaker | |
2015-09-25 | fix golang detection to work with /bin/sh | Luke Shumaker | |
2015-09-25 | display quota information | Luke Shumaker | |
2015-09-24 | Be more careful about what happens when XDG_RUNTIME_DIR isn't set. | Luke Shumaker | |
2015-09-22 | Merge branch 'master' into purdue-cs/master | 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-09-19 | Merge remote-tracking branch 'origin/master' into purdue-cs/master | Luke Shumaker | |
# Conflicts: # .config/X11/clientrc # .config/bash/rc.sh # .config/cron/make-config # .config/emacs/custom.el # .config/emacs/init.el # .config/login.d/10_selected-editor.sh # .config/login.sh | |||
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-16 | Fix merge issues | Luke Shumaker | |
2015-02-16 | Merge remote-tracking branch 'origin/master' into purdue-cs/master | Luke Shumaker | |
Conflicts: .config/login.d/02_tmpdir.sh .config/login.d/90_dot-runtime.sh | |||
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-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-09 | cleanup golang settings | 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-02-06 | fix, kinda | Luke Shumaker | |
2015-02-06 | Merge remote-tracking branch 'origin/master' into purdue-cs/master | Luke Shumaker | |
Conflicts: .config/X11/clientrc .config/bash/rc.d/emacs.sh .config/cron/make-config .config/emacs/custom.el .config/emacs/init.el .config/git/config .config/login.sh .config/selected_editor .local/bin/config-path | |||
2015-01-29 | split login.sh into login.d | Luke Shumaker | |