From 7f5c6be48e29dfb4d8ae2165c24ea01c77561f88 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 29 Jan 2020 11:12:01 +0100 Subject: [PATCH] custom oh-my-zsh -> ohmyzsh --- zsh/{oh-my-zsh => ohmyzsh}/plugins/myjump/myjump.plugin.zsh | 0 zsh/{oh-my-zsh => ohmyzsh}/themes/laptop.zsh-theme | 0 zshrc | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename zsh/{oh-my-zsh => ohmyzsh}/plugins/myjump/myjump.plugin.zsh (100%) rename zsh/{oh-my-zsh => ohmyzsh}/themes/laptop.zsh-theme (100%) diff --git a/zsh/oh-my-zsh/plugins/myjump/myjump.plugin.zsh b/zsh/ohmyzsh/plugins/myjump/myjump.plugin.zsh similarity index 100% rename from zsh/oh-my-zsh/plugins/myjump/myjump.plugin.zsh rename to zsh/ohmyzsh/plugins/myjump/myjump.plugin.zsh diff --git a/zsh/oh-my-zsh/themes/laptop.zsh-theme b/zsh/ohmyzsh/themes/laptop.zsh-theme similarity index 100% rename from zsh/oh-my-zsh/themes/laptop.zsh-theme rename to zsh/ohmyzsh/themes/laptop.zsh-theme diff --git a/zshrc b/zshrc index 1df5170..fc8b5dd 100644 --- a/zshrc +++ b/zshrc @@ -6,7 +6,7 @@ DISABLE_AUTO_UPDATE="true" # Path to your oh-my-zsh configuration ZSH=$HOME/.config/oh-my-zsh -ZSH_CUSTOM=$HOME/.config/dotfiles/zsh/oh-my-zsh +ZSH_CUSTOM=$HOME/.config/dotfiles/zsh/ohmyzsh ZSH_THEME="laptop"