summary refs log tree commit diff
path: root/home/.kshrc (follow)
Commit message (Collapse)AuthorAge
* Set LESS=FRXJune McEnroe2019-06-19
| | | | | | This is how git invokes less by default. I think I want this everywhere. This allows color, exits if the input fits on one screen, and doesn't clear the screen.
* Alias date=ddateJune McEnroe2019-06-16
| | | | Will I regret this?
* Move /opt/pkg after /usr in PATHJune McEnroe2019-02-20
| | | | | Installing mandoc from pkgsrc also installs a man executable which is horribly broken. Keep using the system man.
* Remove character NETHACKOPTIONSJune McEnroe2019-01-04
|
* Run ls if gs failsJune McEnroe2018-12-31
|
* Switch to pkgsrc on DarwinJune McEnroe2018-11-27
| | | | | | | | | I've had enough of Homebrew. I want a real package manager that can remove unneeded dependencies. neovim still isn't in pkgsrc, so download binaries of that separately for now. Hopefully I haven't broken any other systems by rewriting install.sh like this.
* Alias ls='ls -p'June McEnroe2018-11-19
| | | | | NetBSD ls(1) doesn't have colour, and I really like to know which are files and which are directories.
* Set MANSECT for sections 2 and 3 before 1June McEnroe2018-10-27
| | | | I almost never want to read printf(1).
* Export PWDJune McEnroe2018-09-27
| | | | Without it, $(PWD) is unset in GNU make.
* Show hostname in title over SSHJune McEnroe2018-08-24
|
* Alias bc='bc -l'June McEnroe2018-08-23
|
* Set FCEDIT=$EDITORJune McEnroe2018-08-18
|
* Use whence instead of typeJune McEnroe2018-08-18
| | | | type is an alias for whence -v and is more for human consumption.
* Cut off path components until right prompt fitsJune McEnroe2018-08-18
| | | | Keeps paths valid (from somehwere) rather than abrupt truncation.
* Add "private" alias to source encrypted fileJune McEnroe2018-08-17
| | | | Why is there no easy way to *edit* an encrypted file?
* Apply realpath to HOMEJune McEnroe2018-08-16
| | | | | This fixes the prompt for FreeBSD's /home shenanigans. This is the one thing that just seems dirty to me in FreeBSD. Why.
* Export GPG_TTYJune McEnroe2018-08-16
| | | | Oops.
* Rearrange kshrc, fix right promptJune McEnroe2018-08-16
| | | | | | | | | Including the \r in the delimeters works properly in every version of ksh I have. Awesome. Also switch to emacs editing mode because it works better and I know how to use it now. And set CDPATH with an empty item so it doesn't print the expansion all the time.
* Add GNU color aliases to mkshrcJune McEnroe2018-08-15
| | | | | You know, it's nice to be able to actually read the man page for your shell.
* Add kshrcJune McEnroe2018-08-15
zsh is not really my aesthetic, so I'm trying out ksh.