diff options
author | David Runge <dave@sleepmap.de> | 2021-09-28 22:33:00 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-09-28 22:33:00 +0200 |
commit | bcaef79fa6f99602493b196b4a2090de4d921fed (patch) | |
tree | b5b1385d7e9efcfd96483f7812e7fbde7565b7d1 | |
parent | c9b36638c8d9359c679879b72ff3ccdb61a94cfc (diff) | |
download | dotfiles-bcaef79fa6f99602493b196b4a2090de4d921fed.tar.gz dotfiles-bcaef79fa6f99602493b196b4a2090de4d921fed.tar.bz2 dotfiles-bcaef79fa6f99602493b196b4a2090de4d921fed.tar.xz dotfiles-bcaef79fa6f99602493b196b4a2090de4d921fed.zip |
zshrc: remove the use of 'before'
.zshrc:
Remove the sourcing of all 'before' files.
-rw-r--r-- | .zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ # zsh.functions for config_file ($HOME/.zsh.functions/*.zsh) source $config_file -# zsh.before -for config_file ($HOME/.zsh.before/*.zsh) source $config_file # dircolors # Set colors for ls output |