aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
Commit message (Collapse)AuthorAgeFilesLines
* .exports: Add `PYTHONIOENCODING`Mathias Bynens2015-11-031-0/+3
| | | | https://docs.python.org/2/using/cmdline.html#envvar-PYTHONIOENCODING
* .aliases: Enable colored `grep` outputWilliam Santos2015-10-261-3/+0
| | | | | | Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`. Closes #467 and #590.
* .exports: Update Node environment variablesMathias Bynens2015-10-181-1/+3
| | | | Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031.
* .exports: Add missing `export` commandsKyle McNally2015-10-101-2/+2
| | | | Closes #585.
* .exports: Enable persistent REPL history for `node`Mathias Bynens2015-05-051-0/+5
| | | | | | This works as of io.js v2.0.0. https://github.com/iojs/io.js/blob/v2.0.0/CHANGELOG.md#2015-05-04-version-200-rvagg
* .exports: Set `HISTCONTROL`Mathias Bynens2015-01-051-16/+15
| | | | Omit duplicates and commands that begin with a space from history.
* .exports: Remove `export HOMEBREW_CASK_OPTS`Alex DiLiberto2014-11-011-3/+0
| | | | | | It’s not needed anymore now that the `Caskfile` has been removed. Closes #446.
* Update Bash prompt to match the Solarized themeMathias Bynens2014-06-071-1/+1
| | | | Screenshot: http://i.imgur.com/EkEtphC.png
* Remove some things that I don’t useMathias Bynens2014-06-071-11/+11
| | | | This commit drops some aliases, functions, and settings from the project that I wasn’t using at all. It also cleans up some of the remaining code.
* .exports: Explicitly use UTF-8 even for `LANG`Mathias Bynens2014-03-211-1/+1
|
* .brew: Install native apps through homebrew-caskMathias Bynens2013-05-021-0/+3
| | | | Closes #200.
* .exports: Always enable colored `grep` outputMathias Bynens2013-04-191-0/+3
|
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* .bash_profile: Move the `LANG` & `LC_ALL` exports into `.exports`alrra2013-01-061-5/+11
|
* .exports: Append `ls` with an argument to the `$HISTFILE`Mathias Bynens2012-08-101-1/+1
|
* .exports: Highlight (color-code) section titles in manual pagesMathias Bynens2012-04-031-0/+2
|
* Add some more commands to `$HISTIGNORE`.Mathias Bynens2011-11-181-1/+1
|
* Added HISTIGNORE to ignore certain commands in historyMatijs Brinkhuis2011-09-201-1/+3
|
* Ignore duplicate history entries.Mathias Bynens2011-09-091-1/+2
|
* Whitespace cleanup.Mathias Bynens2011-09-051-1/+1
|
* Initial commit.Mathias Bynens2011-09-051-0/+8