Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# .config/emacs/init.el
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wm@.target to change the default window manager. Create wm@$DISPLAY to
override for a particular display
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- unset _PATH in child processes
- local=$(FAILURE) succeeds; delcare local on a separate line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
.config/wmii-hg/autostart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|