From d9de21efce68956ab7667eb461efa8433d7325e7 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Thu, 25 Jun 2020 23:54:18 +0200 Subject: [PATCH] Include config.ini into conf tool --- .config/zsh/plugins/functionsPost.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/plugins/functionsPost.zsh b/.config/zsh/plugins/functionsPost.zsh index ee4b420..bc07208 100644 --- a/.config/zsh/plugins/functionsPost.zsh +++ b/.config/zsh/plugins/functionsPost.zsh @@ -132,6 +132,7 @@ function conf() { "conf" "$1.yml" "$1.yaml" + "config.ini" "$1" )