| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Installing mandoc from pkgsrc also installs a man executable which is
horribly broken. Keep using the system man.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
NetBSD ls(1) doesn't have colour, and I really like to know which are
files and which are directories.
|
|
|
|
| |
I almost never want to read printf(1).
|
|
|
|
| |
Without it, $(PWD) is unset in GNU make.
|
| |
|
| |
|
| |
|
|
|
|
| |
type is an alias for whence -v and is more for human consumption.
|
|
|
|
| |
Keeps paths valid (from somehwere) rather than abrupt truncation.
|
|
|
|
| |
Why is there no easy way to *edit* an encrypted file?
|
|
|
|
|
| |
This fixes the prompt for FreeBSD's /home shenanigans. This is the one
thing that just seems dirty to me in FreeBSD. Why.
|
|
|
|
| |
Oops.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
You know, it's nice to be able to actually read the man page for your
shell.
|
|
zsh is not really my aesthetic, so I'm trying out ksh.
|