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"