feat(zsh): add ohmyzsh back into config/zsh folder

This commit is contained in:
phoenix 2025-04-17 11:11:03 +01:00
parent a8a19cda46
commit 915ee252f5
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "config/tmux/plugins/tpm"]
path = config/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "config/zsh/ohmyzsh"]
path = config/zsh/ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git

1
config/zsh/ohmyzsh Submodule

@ -0,0 +1 @@
Subproject commit a84a0332a822a78ddf3f66d0e1ed3990d4badd12

2
zshrc
View File

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.config/ohmyzsh
export ZSH=$HOME/.config/zsh/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,