diff --git a/dot_dotfiles/zsh/custom/01_style.zsh b/dot_dotfiles/zsh/custom/01_style.zsh new file mode 100644 index 0000000..3df50a2 --- /dev/null +++ b/dot_dotfiles/zsh/custom/01_style.zsh @@ -0,0 +1,2 @@ +# load dircolors for gruvbox +eval $(dircolors ~/.dotfiles/colors/gruvbox/.dircolors) diff --git a/dot_dotfiles/zsh/custom/README.md b/dot_dotfiles/zsh/custom/README.md new file mode 100644 index 0000000..d9f11cb --- /dev/null +++ b/dot_dotfiles/zsh/custom/README.md @@ -0,0 +1,3 @@ +# Purpose of this folder + +All scripts in this folder are executed at the end of `zshrc`, can be useful when overriding theming for example.