aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-10 09:25:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-10 09:25:32 +1300
commitca174cb57c31bb4ab8227611bd7081245d639753 (patch)
treef5693da777b088a70ec19983ddd42da169a5b881 /zsh
parentAdd an issue (diff)
downloaddotfiles-ca174cb57c31bb4ab8227611bd7081245d639753.tar.gz
dotfiles-ca174cb57c31bb4ab8227611bd7081245d639753.zip
Correct two manual references
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b4c60747..fa4186d4 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,6 +1,6 @@
# Clear away all aliases; we do this here rather than in $ENV because the ksh
# family of shells relies on aliases to implement certain POSIX utilities like
-# fc(1) and type(1). Ignore output, as older Zsh seems not to implement this
+# `fc` and `type`. Ignore output, as older Zsh seems not to implement this
# (quelle surprise).
unalias -a >/dev/null 2>&1