aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5ff883b2..1790afb2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -194,7 +194,7 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `scr()` creates a temporary directory and changes into it.
* `sd()` changes into a sibling of the current directory.
* `sudo()` forces `-H` for `sudo(8)` calls so that `$HOME` is never
- preserved; I hate ending up `root`-owned files in my home directory.
+ preserved; I hate having `root`-owned files in my home directory.
* `tmux()` changes the default command for `tmux(1)` to `attach-session -d`
if a session exists, or creates a new session if one doesn't.
* `ud()` changes into an indexed ancestor of a directory.