From 355d827c637c4ce00b692f8a4ed27dab5fd144f9 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Thu, 3 Jul 2014 23:11:59 +0200 Subject: [PATCH] Fix on the makefile task _install_ --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 46bb9f8..2fa1b18 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # Installs a copy of the theme on the folder `~/.oh-my-zsh/themes/` install: - cp ./powerline.zsh-theme ~/.oh-my-zsh/themes/powerline.zsh-theme + cp ./bullet-train.zsh-theme ~/.oh-my-zsh/themes/bullet-train.zsh-theme # Symlinks the theme for easier development link: