From d72dbd5d294b55962d68b20290df795666228346 Mon Sep 17 00:00:00 2001 From: Motasem Salem Date: Wed, 21 Dec 2016 22:14:12 -0500 Subject: [PATCH] Fixed a typo --- template/bash_profile.template.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index e9032051..1822ada5 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -27,7 +27,7 @@ export TODO="t" export SCM_CHECK=true # Set Xterm/screen/Tmux title with only a short hostname. -# Unomment this (or set SHORT_HOSTNAME to something else), +# Uncomment this (or set SHORT_HOSTNAME to something else), # Will otherwise fall back on $HOSTNAME. #export SHORT_HOSTNAME=$(hostname -s)