From 9a0b0b1c36a252b151cfa4d1e2c1ab4d362a00d4 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Tue, 14 Jul 2020 21:53:43 +0200 Subject: [PATCH] Added zsh folder. --- dot_dotfiles/zsh/custom/01_style.zsh | 2 ++ dot_dotfiles/zsh/custom/README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 dot_dotfiles/zsh/custom/01_style.zsh create mode 100644 dot_dotfiles/zsh/custom/README.md 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.