summary refs log tree commit diff
path: root/home/.kshrc (follow)
Commit message (Collapse)AuthorAge
* 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.
m?id=3763d46f811b35b0bbb16a2bc7ba5b705b8ab506&follow=1'>Color macros in yellowJune McEnroe 2016-07-26Colorscheme colors and schemesJune McEnroe 2016-07-26Add ''subtle'' colorschemeJune McEnroe I'm just trying this out. 2016-07-26Add htoprcJune McEnroe 2016-07-24Add may and refactor ssh configJune McEnroe 2016-07-18Disable cursorlineJune McEnroe 2016-07-18Use hard constrast gruvbox darkJune McEnroe 2016-07-15Remove vim configurationJune McEnroe 2016-07-15Add readline to README configurations listJune McEnroe 2016-07-15Add vendor script to READMEJune McEnroe 2016-07-15Pull latest pathogen and gruvboxJune McEnroe