dustin
/
zdotdir
Archived
1
0
Fork 0
Commit Graph

4 Commits (fa73cd64823ffde37e47b2088c53b1f16d987c99)

Author SHA1 Message Date
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
Dustin fc8d0d0b84 functions/precmd: Support custom terminal titles
The `window_title` variable can be set to completely override the title
of the terminal window. Alternatively, if the `term_name` variable is
set, it will be prepended to the default window title.
2017-01-17 14:37:38 -06:00
Dustin 48e913c8ce Update .zshrc
Updating to the version of .zshrc on Tau Scorpii. This enhanced version
has a couple of improvements:

* Aliases moved to a separate file for easier maintenance
* Auto-discovery of functions on fpath
2017-01-16 14:11:15 -06:00
Dustin 7cab8a6bda Initial commit 2017-01-15 17:07:00 -06:00