From 72f384701e9af020e6346ea60a8e6d55aa39c6a3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 23 Jun 2014 18:28:59 +0300 Subject: [PATCH] README.md: fix nesting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ffe6046..3501487a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ git, curl and wget if you don't have them already and run wget https://mkaysi.github.io/shell-things/shell-things.bash source shell-things.bash shell-things -source ~/.`echo $SHELL|cut -d/ -f3`rc +source ~/.$(echo $SHELL|cut -d/ -f3)rc ``` To upgrade, simply run `shell-things`.