Skip to content

thebendavis/.myzsh.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My ZSH configuration

Install with:

git clone --recursive https://github.com/thebendavis/.myzsh.d.git ~/.myzsh.d

ln -s ~/.myzsh.d/zshenv ~/.zshenv
ln -s ~/.myzsh.d/zshrc  ~/.zshrc

If you install to somewhere other than ~/.myzsh.d, adjust the myzsh value in zshenv accordingly.

Local Settings

Create a file ~/.zlocal for local, machine-specific (untracked) customizations and it will be sourced at the end of ~/.zshrc.

Example:

path=(
    $path
    $HOME/z/local/bin
)

q="/long/path/goes/here"

eval $(keychain --eval --quiet ~/.ssh/id_rsa)

Theme

The prompt theme displays a number of indicators, when relevant.

prompt theme screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages