aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:35:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:35:17 +1200
commit9afedf7dcedb0b995d00b42135f2f4dd660c92d5 (patch)
treee6348e263961a1906f2e5348e33f73bbd0cde7f6 /README.markdown
parentUpdate description of keychain() (diff)
downloaddotfiles-9afedf7dcedb0b995d00b42135f2f4dd660c92d5.tar.gz
dotfiles-9afedf7dcedb0b995d00b42135f2f4dd660c92d5.zip
Correct some England
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.