Move my custom zshrc config into a better named folder
This commit is contained in:
parent
83adf42719
commit
b9cadeee59
45 changed files with 4 additions and 4 deletions
.gitmodules
shells/zsh
oh-my-zsh-custom
aliases.zshcompletion.zshfunctions.zshglobals.zsh
zshrcplugins
promptconfig.zshshortcuts.zshthemes/powerlevel9k
.gitignore.gitmodules.travis.ymlCHANGELOG.mdLICENSEREADME.mdTESTS.md
debug
functions
powerlevel9k.zsh-themeprompt_powerlevel9k_setuptest-bsd-vm
test-vm-providers
test-vm
test
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -8,10 +8,10 @@
|
||||||
path = shells/zsh/zsh-syntax-highlighting
|
path = shells/zsh/zsh-syntax-highlighting
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
|
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
|
||||||
path = shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions
|
path = shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions
|
||||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||||
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"]
|
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"]
|
||||||
path = shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion
|
path = shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion
|
||||||
url = https://github.com/lukechilds/zsh-better-npm-completion
|
url = https://github.com/lukechilds/zsh-better-npm-completion
|
||||||
[submodule "dwm"]
|
[submodule "dwm"]
|
||||||
path = NOSTOW/dwm
|
path = NOSTOW/dwm
|
||||||
|
|
|
@ -45,7 +45,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
# HIST_STAMPS="dd.mm.yyyy"
|
# HIST_STAMPS="dd.mm.yyyy"
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh
|
ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh-custom
|
||||||
|
|
||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue