dustin
/
zdotdir
Archived
1
0
Fork 0
Dustin's ZSH configuration
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin fa73cd6482 zprofile: Add .zprofile and .zprofile.local
The `.zprofile` file is sourced by ZSH when the shell is run as a login
shell. The `.zprofile.local` file, if it exists, is sourced by the main
`.zprofile` script, and is the best place for unversioned per-machine
changes.
2017-01-19 14:47:18 -06:00
functions functions/precmd: Support custom terminal titles 2017-01-17 14:37:38 -06:00
.gitignore zprofile: Add .zprofile and .zprofile.local 2017-01-19 14:47:18 -06:00
.zprofile zprofile: Add .zprofile and .zprofile.local 2017-01-19 14:47:18 -06:00
.zshalias Update .zshrc 2017-01-16 14:11:15 -06:00
.zshrc Update .zshrc 2017-01-16 14:11:15 -06:00
README Initial commit 2017-01-15 17:07:00 -06:00

README

Add this line to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:

    export ZDOTDIR=${HOME}/.zsh