From 39985da03662efb11234258bc58e055832e5e904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Tue, 17 Jan 2023 14:37:15 +0100 Subject: [PATCH] Add find-the-command plugin --- .gitmodules | 3 +++ find-the-command | 1 + zshrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 find-the-command diff --git a/.gitmodules b/.gitmodules index 051a88f..81e2cb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "zsh-z"] path = zsh-z url = https://github.com/agkozak/zsh-z.git +[submodule "find-the-command"] + path = find-the-command + url = https://github.com/pkasemir/find-the-command diff --git a/find-the-command b/find-the-command new file mode 160000 index 0000000..fecba1a --- /dev/null +++ b/find-the-command @@ -0,0 +1 @@ +Subproject commit fecba1a6e84a431baabe41cc23ea2068e85b46af diff --git a/zshrc b/zshrc index 66507f1..a3b57b7 100644 --- a/zshrc +++ b/zshrc @@ -54,4 +54,5 @@ source $HOME/zsh/web-search/web_search.plugin.zsh 2>/dev/null source $HOME/zsh/oh-my-zsh-dirhistory/dirhistory.plugin.zsh 2>/dev/null source $HOME/zsh/zsh-z/zsh-z.plugin.zsh 2>/dev/null source $HOME/zsh/custom-zshrc 2>/dev/null +source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"