From 4bebaf8a4ee79b80d6d8b43eb0417680a54da837 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Mon, 1 Dec 2014 17:49:32 +0100 Subject: [PATCH] Stupid makefile only interprets tabs --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index cf68c97..3801b59 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # Installs a copy of the theme on the folder `~/.oh-my-zsh/themes/` install: - cp ./bullet-train.zsh-theme ~/.oh-my-zsh/themes/bullet-train.zsh-theme + cp ./bullet-train.zsh-theme ~/.oh-my-zsh/themes/bullet-train.zsh-theme # Symlinks the theme for easier development link: - ln -sF `pwd`/bullet-train.zsh-theme ~/.oh-my-zsh/themes/ + ln -sF `pwd`/bullet-train.zsh-theme ~/.oh-my-zsh/themes/