Add find-the-command plugin

This commit is contained in:
Jiří Štefka 2023-01-17 14:37:15 +01:00
parent ccf482aba9
commit 39985da036
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

1
find-the-command Submodule

@ -0,0 +1 @@
Subproject commit fecba1a6e84a431baabe41cc23ea2068e85b46af

1
zshrc
View File

@ -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"