Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .bash_profile: Make sure only files get sourced | Christian Gärtner | 2013-09-21 | 1 | -1/+1 |
| | | | | Closes #250. | ||||
* | .bash_profile: Remove ‘autocomplete Grunt commands’ | Mathias Bynens | 2013-07-02 | 1 | -3/+0 |
| | | | | Closes #224. | ||||
* | .bash_profile: Try to grunt more quietly | Carter McKendry | 2013-06-03 | 1 | -1/+1 |
| | | | | Ref. #209. | ||||
* | .bash_profile: Autocomplete Grunt commands | Mathias Bynens | 2013-03-26 | 1 | -0/+3 |
| | | | | Ref. https://github.com/gruntjs/grunt-cli#shell-tab-auto-completion | ||||
* | Use newlines at EOF consistently | Mathias Bynens | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | .bash_profile: Support hostname aliases defined in `~/.ssh/config` | Nate Ober | 2013-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | `~/.ssh/config` allows for the usage of hostname aliases, formatted as follows: Host first_alias second_alias third_alias HostName foo.example.com This change makes sure these aliases are parsed out individually and added to the autocomplete list. Ref. #178. | ||||
* | .bash_profile: Move the `LANG` & `LC_ALL` exports into `.exports` | alrra | 2013-01-06 | 1 | -4/+0 |
| | |||||
* | .bash_profile: Add `~/bin` to the `$PATH` | Mathias Bynens | 2012-08-10 | 1 | -2/+5 |
| | | | | Just like before, the `$PATH` can still safely be extended by adding `~/.path`. | ||||
* | .bash_profile: Update `killall` Tab completion for OS X 10.8 | Nicolae Vartolomei | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | .bash_profile: Fix typo | Mathias Bynens | 2012-08-07 | 1 | -1/+1 |
| | | | | Only source `~/.extra` once. | ||||
* | .bash_profile: Source `~/.path` before and `~/.extra` after all the other ↵ | Mathias Bynens | 2012-08-06 | 1 | -3/+4 |
| | | | | dotfiles | ||||
* | .bash_profile: Source `~/.extra` before the other dotfiles | Mathias Bynens | 2012-07-26 | 1 | -2/+2 |
| | | | | This is needed in case `$PATH` is expanded in `~/.extra`. | ||||
* | Remove the feature tests for Bash 4 features and just fail silently | Mathias Bynens | 2012-07-05 | 1 | -4/+1 |
| | | | | Hat tip: @svnpenn. | ||||
* | Enable some Bash 4 features when possible: | Mathias Bynens | 2012-07-02 | 1 | -0/+10 |
| | | | | | - `autocd` - Recursive globbing | ||||
* | .bash_profile: Load `.extra` last, allowing it to override any previous settings | user996015 | 2012-06-21 | 1 | -2/+2 |
| | |||||
* | .bash_profile: Add tab completion for many more commands | Mathias Bynens | 2012-06-17 | 1 | -1/+4 |
| | |||||
* | .bash_profile: Add `killall` tab completion for common apps | Mathias Bynens | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | .osx: Make Trackpad settings more robust | Mathias Bynens | 2012-04-10 | 1 | -1/+1 |
| | | | | Fixes #48. | ||||
* | .bash_profile: Add tab completion for `killall SystemUIServer` | Mathias Bynens | 2012-04-10 | 1 | -1/+4 |
| | |||||
* | .bash_profile: Tweaks | Mathias Bynens | 2012-02-27 | 1 | -0/+6 |
| | | | | | * Append to the Bash history file, rather than overwriting it * Autocorrect typos in path names when using `cd` | ||||
* | .bash_profile: Be sure to source `.bash_prompt` first, in case it sets the ↵ | Mathias Bynens | 2012-01-26 | 1 | -2/+2 |
| | | | | PATH and subsequent dotfiles rely on it | ||||
* | Better `json` function | Mathias Bynens | 2012-01-02 | 1 | -0/+0 |
| | | | | Ref. 9b0af44766d2a2cc61ae0142ac3ec9f0bed75674 | ||||
* | Use tabs instead of double-space indents | Mathias Bynens | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | Use double quotes more consistently. | Mathias Bynens | 2011-10-22 | 1 | -2/+2 |
| | |||||
* | Prefer US English and use UTF-8. | Mathias Bynens | 2011-10-22 | 1 | -0/+4 |
| | |||||
* | Sexier file sourcing. | Mathias Bynens | 2011-10-14 | 1 | -3/+4 |
| | |||||
* | Check if ~/.ssh/config exists before grepping it. | Mathias Bynens | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | Add tab completion for `defaults read|write NSGlobalDomain`. Useful when ↵ | Mathias Bynens | 2011-09-18 | 1 | -1/+4 |
| | | | | looking for new ~/.osx additions. | ||||
* | Better tab completion for SSH hostnames based on ~/.ssh/config. | Mathias Bynens | 2011-09-17 | 1 | -3/+2 |
| | |||||
* | added stuff for ssh tab completion | John Hirbour | 2011-09-10 | 1 | -1/+5 |
| | |||||
* | Whitespace cleanup. | Mathias Bynens | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Initial commit. | Mathias Bynens | 2011-09-05 | 1 | -0/+9 |