1
0
Fork 0
Commit Graph

4 Commits (master)

Author SHA1 Message Date
Dustin 29d45d92b5 fmos/make writable: Mount tmpfs overlay on /usr
I use this command to mount a tmpfs filesystem on top of `/usr` using
OverlayFS to temporarily make the FMOS immutable filesystem mutable.
This is particularly useful for testing changes without rebuilding the
image.
2019-04-01 13:57:25 -05:00
Dustin ee0abcda84 vi-mode: Also configure readline
The GNU readline library also has a vi editing mode, but as it is
initialized at application start up, the only way to configure it is to
write a configuration file. The library will read from `~/.inputrc` by
default, but this can be overridden using the `INPUTRC` environment
variable.
2018-02-19 08:14:36 -06:00
Dustin C. Hatch c68761170b vi-mode: Shell pipeline to set vi mode
This snip can be used to set the shell and tmux to vi mode.
2018-02-16 10:01:18 -06:00
Dustin 3e4ebc19e6 Initial commit 2017-04-07 11:10:58 -05:00