mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Relocate oh-my-zsh to ~/code
I don't keep this in ~/.oh-my-zsh. It seems wrong to keep it there. So source all my oh-my-zsh customizations from the spot where I like my source code to live: ~/code.
This commit is contained in:
parent
86d4b88aca
commit
80d6640da0
1 changed files with 1 additions and 1 deletions
2
my.zshrc
2
my.zshrc
|
|
@ -1,5 +1,5 @@
|
||||||
# Path to your oh-my-zsh configuration.
|
# Path to your oh-my-zsh configuration.
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/code/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