diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/sh/rc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -391,6 +391,13 @@ r() { . ~/.profile } +rr() { + r + if [ -e .envrc ]; then + direnv allow + fi +} + _edit_without_executing() { F="$(mkstemp)" printf '%s\n' "$READLINE_LINE" > "$F" |
