From 5b259816b2bce94e0509c7ed2464c6e533595b77 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Mon, 29 Nov 2021 13:46:06 +0100 Subject: [PATCH] Added myfly repo as submodule and into config --- .gitmodules | 5 +++++ .zshrc | 1 + plugins/mcfly | 1 + 3 files changed, 7 insertions(+) create mode 160000 plugins/mcfly diff --git a/.gitmodules b/.gitmodules index 943f5be..a28c5d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,7 +10,12 @@ path = plugins/zsh-syntax-highlighting url = https://git.gc4.at/linux/zsh-syntax-highlighting +[submodule "plugins/mcfly"] + path = plugins/mcfly + url = https://git.gc4.at/linux/mcfly + [submodule "themes/powerlevel10k"] path = themes/powerlevel10k url = https://git.gc4.at/linux/powerlevel10k.git + diff --git a/.zshrc b/.zshrc index 4a1341a..96e4878 100644 --- a/.zshrc +++ b/.zshrc @@ -217,6 +217,7 @@ alias geossh="sshuttle --dns -r ssh -x 192.189.78.0/23 -x 192.168.178.0/23 -x 12 alias geoes="sshuttle --dns -r es -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 -x 128.131.72.92 -x 128.131.72.55 0/0" ## McFly Reverse Search +export PATH="$PATH:$HOME/.config_repos/zsh-settings/mcfly" export MCFLY_INTERFACE_VIEW=BOTTOM export MCFLY_FUZZY=2 export MCFLY_RESULTS=50 diff --git a/plugins/mcfly b/plugins/mcfly new file mode 160000 index 0000000..0689b5a --- /dev/null +++ b/plugins/mcfly @@ -0,0 +1 @@ +Subproject commit 0689b5a2238dae7942cddd1c92856a92ecd47587