prezto/modules
Daniel Carrillo eea05c2374 Merge upstream/master 2024-03-22 20:25:59 +01:00
..
archive fix: use deflating flag for pixz in unarchive function 2022-04-05 12:29:22 -07:00
autosuggestions feat: Update submodules to avoid error with using zsh 5.9 2023-11-08 13:11:49 -08:00
aws [aws] Add funcs for ssm parameters 2022-10-05 19:37:22 +02:00
command-not-found command-not-found: Detect Homebrew repo internally, not idiomatically 2022-04-08 14:23:51 -05:00
completion fix zstyle case-insensitive completion 2024-03-17 09:16:58 -05:00
directory general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
dnf general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
docker Update docker compose references 2022-06-14 15:06:05 -05:00
dpkg general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
editor editor: Adjust subheading level in documentation 2023-11-30 14:14:18 -06:00
emacs general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
environment general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
fasd feat: Update submodules to avoid error with using zsh 5.9 2023-11-08 13:11:49 -08:00
git [git] Add git-squash function 2022-07-09 20:52:09 +02:00
gnu-utility gnu-utility: Remove now obsolete egrep and fgrep 2023-04-27 19:11:59 -05:00
gpg general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
haskell general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
helper general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
history general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
history-substring-search history-substring-search: Tweak documentation and cleanup 2023-09-12 00:08:57 -05:00
homebrew general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
macports general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
node general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
ocaml general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
openstack/functions Fix os-info and update prompt 2019-06-21 18:42:37 +02:00
osx Fix osx module manp function 2023-01-29 23:04:58 -08:00
pacman general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
perl general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
prompt Merge upstream/master 2024-02-10 15:01:56 +01:00
python python: Remove pyenv init woraround for pyenv >= 2.3.0 2023-11-05 15:04:27 -06:00
rails general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
rsync general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
ruby general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
screen general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
spectrum general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
ssh feat(module/ssh): add globbing for ssh-add param 2022-08-03 18:52:34 -05:00
syntax-highlighting feat: Update submodules to avoid error with using zsh 5.9 2023-11-08 13:11:49 -08:00
terminal general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
tmux general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
utility remove alias sl='ls' 2023-11-06 12:44:55 -08:00
wakeonlan general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
yank Add yank module and update script 2018-10-28 16:44:19 +01:00
yum general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
README.md general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00

README.md

Modules

Load modules in ${ZDOTDIR:-$HOME}/.zpreztorc. The order matters.

zstyle ':prezto:load' pmodule 'environment' 'terminal'

Archive

Provides functions to list and extract archives.

Autosuggestions

Integrates zsh-autosuggestions into Prezto.

Command-Not-Found

Loads the command-not-found tool on macOS or Debian-based distributions.

Completion

Loads and configures TAB completion and provides additional completions from the zsh-completions project.

Directory

Sets directory options and defines directory aliases.

DNF

Defines dnf aliases.

Dpkg

Defines dpkg aliases and functions.

Editor

Sets key bindings.

Emacs

Enables Emacs dependency management.

Environment

Sets general shell options and defines environment variables.

Fasd

Maintains a frequently used file and directory list for fast access.

Git

Enhances the Git distributed version control system by providing aliases, functions and by exposing repository status information to prompts.

GNU Utility

Provides for the interactive use of GNU utilities on non-GNU systems.

GPG

Provides for an easier use of GPG by setting up gpg-agent.

Haskell

Enables local Haskell package installation.

Helper

Provides helper functions for developing modules.

History

Sets history options and defines history aliases.

Integrates zsh-history-substring-search into Prezto.

Homebrew

Defines Homebrew aliases.

MacPorts

Defines MacPorts aliases and adds MacPorts directories to path variables.

Node.js

Provides utility functions for Node.js and loads npm completion.

OCaml

Initializes OCaml package management.

OSX

Defines macOS aliases and functions.

Pacman

Provides aliases and functions for the Pacman package manager and frontends.

Perl

Enables local Perl module installation on macOS and defines alises.

Prompt

Loads prompt themes.

Python

Enables local Python and local Python package installation.

Ruby on Rails

Defines Ruby on Rails aliases.

Rsync

Defines rsync aliases.

Ruby

Configures Ruby local gem installation, loads version managers, and defines aliases.

GNU Screen

Defines GNU Screen aliases and provides for auto launching it at start-up.

Spectrum

Provides for easier use of 256 colors and effects.

SSH

Provides for an easier use of SSH by setting up ssh-agent.

Syntax Highlighting

Integrates zsh-syntax-highlighting into Prezto.

Terminal

Sets terminal window and tab titles.

Tmux

Defines tmux aliases and provides for auto launching it at start-up.

Utility

Defines general aliases and functions.

Wake-on-LAN

This module provides a wrapper around the wakeonlan tool.

Yum

Defines yum aliases.