From 98e39b71de003c9921b995e9f149ef0a3b4ee4c4 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Wed, 27 Dec 2017 08:54:11 +0100 Subject: [PATCH] Fix7 dotfiles-init.sh --- bin/dotfiles-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dotfiles-init.sh b/bin/dotfiles-init.sh index 1a6b0fa..c18be38 100755 --- a/bin/dotfiles-init.sh +++ b/bin/dotfiles-init.sh @@ -12,4 +12,4 @@ dotfiles remote add origin git@bitbucket.org:jannikz/dotfiles.git dotfiles fetch dotfiles reset --hard origin/master dotfiles branch -u origin/master -. .bashrc +echo Now run '. .bashrc' -- 2.43.0