moved env.zsh to private repo

This commit is contained in:
eeleater 2023-05-02 00:22:27 +02:00
parent c601e75465
commit 94ef22b629
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ defer-more = """{% for file in files %} zsh-defer -t 0.5 source "{{ file }}" {%
# own files
[plugins.localenv]
local = "~/.local/share/zsh/"
local = "~/.local/share/zsh/config"
use = ["env.zsh"]
[plugins.p10kconfig]