Mercurial > dotfiles
annotate .zprofile @ 388:c35759aceed4
emacs: add a hook to handle ANSI colors in compilation buffers
Some tools just blindly assume they're printing to a color-supporting
terminal. Since fixing them is probably impractical, we'll just work around
their stupidity.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 01 Feb 2016 17:30:54 -0500 |
parents | 117e3c11d953 |
children |
rev | line source |
---|---|
377
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
1 source $HOME/.shell.d/00.path_manipulation.sh |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
2 source $HOME/.shell.d/50.common_env.sh |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
3 |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
4 if [[ -a ~/.zprofile-machine ]]; then |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
5 source ~/.zprofile-machine |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
6 fi |