From d0cf10bfdc1c49de89a54f2ab77e5bc979d3b582 Mon Sep 17 00:00:00 2001 From: aduhayon Date: Mon, 8 Aug 2022 12:18:24 +0200 Subject: [PATCH] feat: better omz path --- .config/zsh/.zshrc | 2 +- .config/zsh/{.oh-my-zsh => ohmyzsh} | 0 .gitmodules | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename .config/zsh/{.oh-my-zsh => ohmyzsh} (100%) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a90d699..db680f0 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] fi # Path to your oh-my-zsh installation. -export ZSH="$ZDOTDIR/.oh-my-zsh" +export ZSH="$ZDOTDIR/ohmyzsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, diff --git a/.config/zsh/.oh-my-zsh b/.config/zsh/ohmyzsh similarity index 100% rename from .config/zsh/.oh-my-zsh rename to .config/zsh/ohmyzsh diff --git a/.gitmodules b/.gitmodules index 1dfb0d4..352cd9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,8 +7,8 @@ [submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"] path = .config/nvim/pack/plugins/opt/nvim-treesitter url = https://github.com/nvim-treesitter/nvim-treesitter -[submodule ".config/zsh/.oh-my-zsh"] - path = .config/zsh/.oh-my-zsh +[submodule ".config/zsh/ohmyzsh"] + path = .config/zsh/ohmyzsh url = https://github.com/ohmyzsh/ohmyzsh.git [submodule ".pyenv"] path = .pyenv