Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set prompt for oksh | June McEnroe | 2022-05-29 |
| | | | | | I am trying out actually using oksh full time. Surviving with no right prompt. | ||
* | Add back grc alias | June McEnroe | 2022-05-16 |
| | | | | I used to have this ages ago. Don't know why I got rid of it. | ||
* | Invert doas/sudo alias | June McEnroe | 2021-09-27 |
| | | | | Gotten a lot more used to running doas! | ||
* | Revert "Add cat alias using less" | June McEnroe | 2021-09-25 |
| | | | | | | | This reverts commit a64c3653d5df5e823fcdd07a540e240283816683. Yeah this really doesn't work on OpenBSD. I kind of got into the habit of explicitly running less anyway. | ||
* | Use command -v rather than type | June McEnroe | 2021-08-25 |
| | | | | | Some shells write to standard error from type when the command is not found. command -v is silent. | ||
* | Add cat alias using less | June McEnroe | 2021-08-12 |
| | | | | | Idea is that LESS=FRX makes it the same for short files... But less on OpenBSD behaves weirdly. I'll see. | ||
* | Emulate MANSECT for mandoc which lacks it | June McEnroe | 2021-05-03 |
| | |||
* | Add ff alias | June McEnroe | 2021-05-02 |
| | |||
* | Alias ag to ag --pager | June McEnroe | 2021-05-02 |
| | |||
* | Remove vim alias | June McEnroe | 2021-04-26 |
| | | | | I type vi now (it's shorter), so vim can be vim when I need it. | ||
* | Move LESS_TERMCAP settings to .shrc | June McEnroe | 2021-02-27 |
| | | | | They depend on TERM, so they shouldn't run in .profile. | ||
* | Use vi and less | June McEnroe | 2021-01-25 |
| | | | | | I haven't used neovim in a couple weeks by now, so I may as well commit this. | ||
* | Switch from 1sh to dash | June McEnroe | 2020-12-23 |
| | |||
* | Switch gr alias back to git rebase | June McEnroe | 2020-10-27 |
| | | | | | I always type out git reset and sometimes still expect gr to be rebase... Never got used to it I guess. | ||
* | Allow cd host: to cd to same path over ssh | June McEnroe | 2020-10-27 |
| | |||
* | Use SendEnv for cd host:path | June McEnroe | 2020-10-27 |
| | | | | Works properly for weird paths, etc. | ||
* | Allow cd host:path over ssh | June McEnroe | 2020-10-27 |
| | | | | Requires AcceptEnv SSH_CD in the remote sshd_config. | ||
* | Actually fix nvim and doas presence tests | June McEnroe | 2020-07-18 |
| | |||
* | Fix doas check | June McEnroe | 2020-06-16 |
| | |||
* | Add LC_COLLATE=C to ls alias | June McEnroe | 2020-06-16 |
| | |||
* | Alias sudo=doas if available | June McEnroe | 2020-06-11 |
| | |||
* | Remove bman function | June McEnroe | 2020-05-06 |
| | | | | I've got exman now! | ||
* | Replace gr alias with git reset | June McEnroe | 2020-01-04 |
| | | | | | I haven't been doing much rebasing in a long time and I've caught myself trying to use gr to do reset. | ||
* | Allow cd-ing into a file | June McEnroe | 2019-12-05 |
| | |||
* | Add bman alias for FreeBSD man pages | June McEnroe | 2019-11-22 |
| | |||
* | Remove Linux aliases from .shrc | June McEnroe | 2019-11-22 |
| | | | | Let's be honest this is unlikely to ever run on Linux... | ||
* | Use .profile, .shrc, .history | June McEnroe | 2019-11-21 |