feat(zsh): add ohmyzsh back into config/zsh folder
This commit is contained in:
parent
a8a19cda46
commit
915ee252f5
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "config/tmux/plugins/tpm"]
|
[submodule "config/tmux/plugins/tpm"]
|
||||||
path = config/tmux/plugins/tpm
|
path = config/tmux/plugins/tpm
|
||||||
url = https://github.com/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
1
config/zsh/ohmyzsh
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a84a0332a822a78ddf3f66d0e1ed3990d4badd12
|
2
zshrc
2
zshrc
@ -2,7 +2,7 @@
|
|||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# 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
|
# 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user