feat: better omz path

This commit is contained in:
aduhayon 2022-08-08 12:18:24 +02:00
parent dbdac600d8
commit d0cf10bfdc
3 changed files with 3 additions and 3 deletions

View File

@ -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,

4
.gitmodules vendored
View File

@ -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