Added myfly repo as submodule and into config
This commit is contained in:
parent
09a502555c
commit
5b259816b2
3 changed files with 7 additions and 0 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -10,7 +10,12 @@
|
||||||
path = plugins/zsh-syntax-highlighting
|
path = plugins/zsh-syntax-highlighting
|
||||||
url = https://git.gc4.at/linux/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"]
|
[submodule "themes/powerlevel10k"]
|
||||||
path = themes/powerlevel10k
|
path = themes/powerlevel10k
|
||||||
url = https://git.gc4.at/linux/powerlevel10k.git
|
url = https://git.gc4.at/linux/powerlevel10k.git
|
||||||
|
|
||||||
|
|
||||||
|
|
1
.zshrc
1
.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"
|
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
|
## McFly Reverse Search
|
||||||
|
export PATH="$PATH:$HOME/.config_repos/zsh-settings/mcfly"
|
||||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||||
export MCFLY_FUZZY=2
|
export MCFLY_FUZZY=2
|
||||||
export MCFLY_RESULTS=50
|
export MCFLY_RESULTS=50
|
||||||
|
|
1
plugins/mcfly
Submodule
1
plugins/mcfly
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0689b5a2238dae7942cddd1c92856a92ecd47587
|
Loading…
Reference in a new issue