summaryrefslogtreecommitdiff
path: root/.config/login.d
AgeCommit message (Collapse)Author
2015-09-25fix golang detection to work with /bin/shLuke Shumaker
2015-09-25display quota informationLuke Shumaker
2015-09-24Be more careful about what happens when XDG_RUNTIME_DIR isn't set.Luke Shumaker
2015-09-22Merge branch 'master' into purdue-cs/masterLuke Shumaker
2015-09-22.config/login.d/02_xdg_runtime_dir.sh only runs on login, no need for a checkLuke 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-19Merge remote-tracking branch 'origin/master' into purdue-cs/masterLuke 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-19set MAKEFLAGS to -j$(nproc) on loginLuke Shumaker
2015-07-19fix XDG_RUNTIME_DIR managementLuke Shumaker
2015-04-20Be careful about shebangs, which shells are used, and what gets executedLuke 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-13login.sh: Do a better job of handling if variables aren't setLuke Shumaker
2015-04-13clean up XDG_RUNTIME_DIR handlingLuke Shumaker
2015-04-13xdg.sh: include XDG_VTNRLuke Shumaker
2015-02-16Fix merge issuesLuke Shumaker
2015-02-16Merge remote-tracking branch 'origin/master' into purdue-cs/masterLuke Shumaker
Conflicts: .config/login.d/02_tmpdir.sh .config/login.d/90_dot-runtime.sh
2015-02-09path.sh, config-path: don't rely on external programs (sed)Luke Shumaker
2015-02-09xdg.sh: make readable by /bin/shLuke Shumaker
2015-02-09path.sh, config-path: don't rely on external programs (sed)Luke Shumaker
2015-02-09xdg.sh: make readable by /bin/shLuke Shumaker
2015-02-09cleanup golang settingsLuke Shumaker
2015-02-07set LESSHISTFILELuke Shumaker
2015-02-07don't create the ~/tmp symlinkLuke Shumaker
2015-02-07Have the link to XDG_RUNTIME_DIR be at ~/.runtime/HOSTNAMELuke Shumaker
2015-02-07xdg: Only try to flock if opening the lockfile workedLuke Shumaker
2015-02-07backport changes from cs-purdueLuke Shumaker
2015-02-06fix, kindaLuke Shumaker
2015-02-06Merge remote-tracking branch 'origin/master' into purdue-cs/masterLuke 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-29split login.sh into login.dLuke Shumaker