moved oh-my-zsh to .zsh
This commit is contained in:
parent
5a9459263d
commit
897dbce864
3 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
[submodule "oh-my-zsh"]
|
[submodule "oh-my-zsh"]
|
||||||
path = .oh-my-zsh
|
path = .zsh/oh-my-zsh
|
||||||
url = https://github.com/hanez/oh-my-zsh.git
|
url = https://github.com/hanez/oh-my-zsh.git
|
||||||
|
|
||||||
[submodule "zsh-syntax-highlighting"]
|
[submodule "zsh-syntax-highlighting"]
|
||||||
|
|
|
||||||
2
.zshrc
2
.zshrc
|
|
@ -1,5 +1,5 @@
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=/home/hanez/.oh-my-zsh
|
export ZSH=~/.zsh/oh-my-zsh
|
||||||
|
|
||||||
# Set name of the theme to load.
|
# Set name of the theme to load.
|
||||||
# Look in ~/.oh-my-zsh/themes/
|
# Look in ~/.oh-my-zsh/themes/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue