Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .exports: Add `PYTHONIOENCODING` | Mathias Bynens | 2015-11-03 | 1 | -0/+3 |
| | | | | https://docs.python.org/2/using/cmdline.html#envvar-PYTHONIOENCODING | ||||
* | .aliases: Enable colored `grep` output | William Santos | 2015-10-26 | 1 | -3/+0 |
| | | | | | | Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`. Closes #467 and #590. | ||||
* | .exports: Update Node environment variables | Mathias Bynens | 2015-10-18 | 1 | -1/+3 |
| | | | | Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031. | ||||
* | .exports: Add missing `export` commands | Kyle McNally | 2015-10-10 | 1 | -2/+2 |
| | | | | Closes #585. | ||||
* | .exports: Enable persistent REPL history for `node` | Mathias Bynens | 2015-05-05 | 1 | -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 Bynens | 2015-01-05 | 1 | -16/+15 |
| | | | | Omit duplicates and commands that begin with a space from history. | ||||
* | .exports: Remove `export HOMEBREW_CASK_OPTS` | Alex DiLiberto | 2014-11-01 | 1 | -3/+0 |
| | | | | | | It’s not needed anymore now that the `Caskfile` has been removed. Closes #446. | ||||
* | Update Bash prompt to match the Solarized theme | Mathias Bynens | 2014-06-07 | 1 | -1/+1 |
| | | | | Screenshot: http://i.imgur.com/EkEtphC.png | ||||
* | Remove some things that I don’t use | Mathias Bynens | 2014-06-07 | 1 | -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 Bynens | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | .brew: Install native apps through homebrew-cask | Mathias Bynens | 2013-05-02 | 1 | -0/+3 |
| | | | | Closes #200. | ||||
* | .exports: Always enable colored `grep` output | Mathias Bynens | 2013-04-19 | 1 | -0/+3 |
| | |||||
* | Use newlines at EOF consistently | Mathias Bynens | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | .bash_profile: Move the `LANG` & `LC_ALL` exports into `.exports` | alrra | 2013-01-06 | 1 | -5/+11 |
| | |||||
* | .exports: Append `ls` with an argument to the `$HISTFILE` | Mathias Bynens | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | .exports: Highlight (color-code) section titles in manual pages | Mathias Bynens | 2012-04-03 | 1 | -0/+2 |
| | |||||
* | Add some more commands to `$HISTIGNORE`. | Mathias Bynens | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | Added HISTIGNORE to ignore certain commands in history | Matijs Brinkhuis | 2011-09-20 | 1 | -1/+3 |
| | |||||
* | Ignore duplicate history entries. | Mathias Bynens | 2011-09-09 | 1 | -1/+2 |
| | |||||
* | Whitespace cleanup. | Mathias Bynens | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Initial commit. | Mathias Bynens | 2011-09-05 | 1 | -0/+8 |