summary refs log tree commit diff
path: root/home/.shrc (follow)
Commit message (Collapse)AuthorAge
* Invert doas/sudo aliasJune McEnroe2021-09-27
| | | | Gotten a lot more used to running doas!
* Revert "Add cat alias using less"June McEnroe2021-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 typeJune McEnroe2021-08-25
| | | | | Some shells write to standard error from type when the command is not found. command -v is silent.
* Add cat alias using lessJune McEnroe2021-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 itJune McEnroe2021-05-03
|
* Add ff aliasJune McEnroe2021-05-02
|
* Alias ag to ag --pagerJune McEnroe2021-05-02
|
* Remove vim aliasJune McEnroe2021-04-26
| | | | I type vi now (it's shorter), so vim can be vim when I need it.
* Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
| | | | They depend on TERM, so they shouldn't run in .profile.
* Use vi and lessJune McEnroe2021-01-25
| | | | | I haven't used neovim in a couple weeks by now, so I may as well commit this.
* Switch from 1sh to dashJune McEnroe2020-12-23
|
* Switch gr alias back to git rebaseJune McEnroe2020-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 sshJune McEnroe2020-10-27
|
* Use SendEnv for cd host:pathJune McEnroe2020-10-27
| | | | Works properly for weird paths, etc.
* Allow cd host:path over sshJune McEnroe2020-10-27
| | | | Requires AcceptEnv SSH_CD in the remote sshd_config.
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
|
* Fix doas checkJune McEnroe2020-06-16
|
* Add LC_COLLATE=C to ls aliasJune McEnroe2020-06-16
|
* Alias sudo=doas if availableJune McEnroe2020-06-11
|
* Remove bman functionJune McEnroe2020-05-06
| | | | I've got exman now!
* Replace gr alias with git resetJune McEnroe2020-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 fileJune McEnroe2019-12-05
|
* Add bman alias for FreeBSD man pagesJune McEnroe2019-11-22
|
* Remove Linux aliases from .shrcJune McEnroe2019-11-22
| | | | Let's be honest this is unlikely to ever run on Linux...
* Use .profile, .shrc, .historyJune McEnroe2019-11-21