summary refs log tree commit diff
path: root/home/.zshrc (follow)
Commit message (Collapse)AuthorAge
* Move nasd to shell scriptJune McEnroe2018-08-15
|
* Add rand aliasJune McEnroe2018-07-31
| | | | I have no idea why I've kept on typing this out.
* Move home bins to ~/.local/binJune McEnroe2018-04-03
| | | | | Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well.
* Add ll aliasJune McEnroe2018-03-28
| | | | I don't know why I've avoided having one for so long.
* Set auto_pushdJune McEnroe2018-02-01
|
* Only set title in ~xtermJune McEnroe2018-01-28
|
* Condense pathJune McEnroe2017-11-18
|
* Always newline before promptJune McEnroe2017-09-27
|
* Simplify zsh promptsJune McEnroe2017-09-15
|
* Move nethack options to envJune McEnroe2017-08-19
|
* Remove manpager scriptJune McEnroe2017-07-11
| | | | neovim now behaves correctly without the redirection hack.
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
ject'>remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse