You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Taylor Bockman
e893a0a0fa
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
aliases.zsh | 2 years ago | |
exports.zsh | 2 years ago | |
functions.zsh | 2 years ago | |
initializations.zsh | 2 years ago | |
ps1.zsh | 2 years ago | |
zprofile | 2 years ago | |
zshrc | 2 years ago |
README.md
ZSH Configuration
The ZSH configuration is completely modularized to make management easier. The following are brief descriptions of each file:
zshrc
: The main ZSH configuration sourced for non-login interactive terminals.zprofile
: The main ZSH configuration sourced for login interactive terminals. Also sourceszshrc
.functions.zsh
: A file containing function definitions for utilities.aliases.zsh
: A file containing aliases sourced into the terminal.exports.zsh
: A file containing all exports not found inzprofile
.initializations.zsh
: A file containing initialization code for various tasks such as RVM directories, pyenv, etc.ps1.zsh
: Defines the terminal prompt.
Git Completion
Git completion is automatically installed on first run to .zsh
in the users home. This is all created for you and nothing
needs to be done. Should the curl commands fail to pull the correct files from the git
github repository you will need
to source both git-completion.bash
and git-completion.zsh
and adjust the script appropriately or place them in a
.zsh
directory in $HOME
.