From ca174cb57c31bb4ab8227611bd7081245d639753 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Mar 2017 09:25:32 +1300 Subject: Correct two manual references --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zshrc') 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 -- cgit v1.2.3