From 435e83853bf4ebec58dff41b328e832cb23ded3c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 18 Dec 2015 17:22:46 +1300 Subject: Avoid calling cat(1) by using builtins --- bash/bashrc.d/path.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bash/bashrc.d/path.bash') diff --git a/bash/bashrc.d/path.bash b/bash/bashrc.d/path.bash index d2bf6d37..39d9e453 100644 --- a/bash/bashrc.d/path.bash +++ b/bash/bashrc.d/path.bash @@ -15,7 +15,9 @@ path() { # Print help output (also done if command not found) help|h|-h|--help|-\?) - cat <