Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: move path definitions | David Runge | 2021-09-28 | 1 | -19/+0 |
| | | | | | .zsh.before/path.zsh -> .zsh.after/path.zsh: Move path definitions to 'after' location. | ||||
* | zsh: Remove 'before' aliases | David Runge | 2021-09-28 | 1 | -10/+0 |
| | | | | | | .zsh.before/aliases.zsh: Remove 'before' aliases (all aliases are now in .zsh.after/aliases.zsh). | ||||
* | zsh: Remove custom ZSH prompts | David Runge | 2021-09-28 | 1 | -4/+0 |
| | | | | | Remove loading of custom prompts in .zsh.prompts/* as they are very slow and there are far better cross-shell alternatives such as starship. | ||||
* | Add cargo bin to PATH | David Runge | 2020-07-24 | 1 | -0/+2 |
| | | | | | .zsh.before/path.zsh: If .cargo/bin exists, add it to PATH. | ||||
* | .zsh.before/path.zsh: Adding a few GNU tools to PATH, if they were installed ↵ | David Runge | 2020-03-03 | 1 | -1/+7 |
| | | | | via brew. | ||||
* | .zsh.before/path.zsh: Simplify PATH setup by using ternary expressions. | David Runge | 2019-05-06 | 1 | -12/+10 |
| | |||||
* | .zsh.before/path.zsh: Adding pyenv python versions to path if available. | David Runge | 2018-11-24 | 1 | -4/+6 |
| | |||||
* | .zsh.before/path.zsh: Adding .pyenv/shims to PATH, if available. | David Runge | 2018-04-17 | 1 | -0/+3 |
| | |||||
* | .zsh.before/path.zsh: Simplifying adding of ~/bin and /usr/sbin to PATH. | David Runge | 2018-03-08 | 1 | -13/+2 |
| | |||||
* | .zsh.before/path.zsh: Adding /usr/sbin to PATH because of stupid Debilian... | David Runge | 2018-02-08 | 1 | -2/+2 |
| | |||||
* | .zsh.before/functions.zsh: Removing useless functions. | David Runge | 2016-05-08 | 1 | -11/+0 |
| | |||||
* | export.zsh: Add export for GnuPG started as daemon on demand and emulating ↵ | David Runge | 2015-02-15 | 1 | -3/+0 |
| | | | | ssh-agent. | ||||
* | path.zsh: Removed rvm, useless comments and if statements. | David Runge | 2014-11-28 | 1 | -30/+10 |
| | |||||
* | zsh: Adding config files for zprezto, zsh settings and prompts, to comply ↵ | David Runge | 2014-10-31 | 9 | -1/+51 |
| | | | | with the way zprezto gets started | ||||
* | Adding --nogui and --ignore-missing instead of using outer switch cases | David Runge | 2014-04-27 | 1 | -8/+1 |
| | |||||
* | Adding work specific dropping of gpg | David Runge | 2014-04-11 | 1 | -3/+9 |
| | |||||
* | Let keychain handle ssh and GPG keys, if it's installed. | David Runge | 2014-04-11 | 2 | -4/+4 |
| | |||||
* | Fixing the way home/bin gets added to path, to work in any case | David Runge | 2014-04-10 | 1 | -4/+14 |
| | |||||
* | Push users bin folder to the right position. | David Runge | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | Removing regexp-replace functionality for giev. zsh is too old... yawn | David Runge | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | Adding bin folder before /usr/bin/local | David Runge | 2014-04-08 | 1 | -1/+8 |
| | |||||
* | Added /opt/vc/bin and /opt/vc/sbin to PATH for raspberry pi | David Runge | 2013-12-11 | 1 | -1/+7 |
| | |||||
* | Making ~/bin be put to PATH last | David Runge | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | First commit | David Runge | 2013-11-03 | 4 | -0/+25 |