summary refs log tree commit diff
path: root/home/.kshrc (follow)
Commit message (Collapse)AuthorAge
* 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.