Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | bash aliases: change mvln | 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-20 | bash: aliases should just be a regular rc module | Luke Shumaker | |
2015-02-07 | Bash: load xdg in case login settings were disabled. | Luke Shumaker | |
2015-02-07 | backport changes from cs-purdue | Luke Shumaker | |
2015-02-03 | bash: fix an old typo in aliases | Luke Shumaker | |
2015-02-03 | bash: add dir_colors overrides | Luke Shumaker | |
2015-01-29 | Merge remote-tracking branch 'origin/build64-par' into gluglugt60-par | Luke Shumaker | |
Conflicts: .config/systemd/user/default.target.wants/emacs-daemon.service | |||
2015-01-29 | Bash: disable the pager when running in emacs | Luke Shumaker | |
2015-01-06 | Add redshift.conf | Luke Shumaker | |
2015-01-01 | bash emacs integration: if DISPLAY=nil, unset it | Luke Shumaker | |
2014-07-30 | clean up emacs config | Luke Shumaker | |
2014-07-10 | stuff | Luke Shumaker | |
2014-04-21 | bash: alias userctl='systemctl --user' | Luke Shumaker | |
2014-04-21 | improve emacs/bash integration | Luke Shumaker | |
2014-04-16 | remove obsolete call to `make` from bash/logout.sh | Luke Shumaker | |
2014-04-03 | Add changes from the Purdue branch | Luke Shumaker | |
2014-03-21 | backport changes from my laptop | Luke Shumaker | |
2013-08-14 | touch up the first line in .config/bash/rc.sh and .config/login.sh | Luke Shumaker | |
2013-08-14 | bash/rc.sh: clean up PS1 | Luke Shumaker | |
2013-04-08 | fix quoting in _STATUS in .config/bash/rc.sh | Luke Shumaker | |
2013-04-08 | remove ssh bash alias | Luke Shumaker | |
2013-04-08 | use tabs in .config/bash/aliases.sh | Luke Shumaker | |
2013-01-26 | avoid bug in sed 4.2.2 | Luke Shumaker | |
2013-01-04 | enlarge Bash's HISTSIZE (500 -> 5000) | Luke Shumaker | |
2012-11-27 | largely redo my bash config | Luke Shumaker | |
2012-10-15 | Use XDG for bash, remove alsa, clean up bash & profile, add CACHEDIR.TAG | Luke Shumaker | |
.profile: fix up |