From 0358ae6057378086f3bc5479df2434da47d54901 Mon Sep 17 00:00:00 2001 From: Lee Jenkins Date: Fri, 20 Jan 2017 00:12:59 -0600 Subject: [PATCH] correct a typo in a comment --- env/sh/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/sh/bashrc b/env/sh/bashrc index 77d1cc7..ed5f072 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -16,7 +16,7 @@ if [ -t 0 ]; then # import our aliases source "$DOTFILES_PATH/env/sh/aliases" - # import out global shell functions + # import our global shell functions source "$DOTFILES_PATH/env/sh/shell_funcs" # import our prompt