git clone --depth=1 https://Doc0x1/zautoload $ZSH/custom/plugins/zautoload
zautoload
to your .zshrc
file like so:plugins=(...otherplugins zautoload)
This plugin will automatically load any Zsh config files located in your user's Zsh configuration directory.
These files MUST FOLLOW the .<name>.zsh
naming convention, examples:
Zsh directory located in user home directory:
/home/user/.<name>.zsh
Zsh directory using the $ZDOTDIR environment variable:
$ZDOTDIR/.<name>.zsh
Now, rather than adding lines like the following to your .zshrc file:
# ~/.zshrc #Custom aliases [[ -f ~/.aliases.zsh ]] && . ~/.aliases.zsh #Custom functions [[ -f ~/.functions.zsh ]] && . ~/.functions.zsh #To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
This plugin will load these configuration files for you.
.p10k.zsh
if $ZSH_THEME
is powerlevel10k/powerlevel10k
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4