feat: better omz path
This commit is contained in:
parent
dbdac600d8
commit
d0cf10bfdc
@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# 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
|
# 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,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -7,8 +7,8 @@
|
|||||||
[submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"]
|
[submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"]
|
||||||
path = .config/nvim/pack/plugins/opt/nvim-treesitter
|
path = .config/nvim/pack/plugins/opt/nvim-treesitter
|
||||||
url = https://github.com/nvim-treesitter/nvim-treesitter
|
url = https://github.com/nvim-treesitter/nvim-treesitter
|
||||||
[submodule ".config/zsh/.oh-my-zsh"]
|
[submodule ".config/zsh/ohmyzsh"]
|
||||||
path = .config/zsh/.oh-my-zsh
|
path = .config/zsh/ohmyzsh
|
||||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||||
[submodule ".pyenv"]
|
[submodule ".pyenv"]
|
||||||
path = .pyenv
|
path = .pyenv
|
||||||
|
Loading…
Reference in New Issue
Block a user