summaryrefslogtreecommitdiff
path: root/.config/login.d/00_path.sh
AgeCommit message (Collapse)Author
2017-05-15oopsLuke Shumaker
2017-05-15oopsLuke Shumaker
2017-05-15login: load config-path betterLuke Shumaker
2016-02-27login.d/00_path.sh: don't leak temporary variablesLuke 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-02-09path.sh, config-path: don't rely on external programs (sed)Luke Shumaker
2015-01-29split login.sh into login.dLuke Shumaker