# aitken.com default rc files

This directory contains the default aitken.com rc files for bash and nvi/vim.  Run `install-rc-files.sh` to copy the files to your home directory.



## Potential Future additions

- If macOS emits warnings about bash, consider:

```
export BASH_SILENCE_DEPRECATION_WARNING=1
```


- If FreeBSD or macOS utilities don't behave properly with more advanced flags, consider installing `coreutils`.  Eexamples of potential problems include ls flags like`-color=always`, `--group-directories-first`, and `--time-style`.
    - (macOS) `brew install coreutils`
    - (FreeBSD) `pkg install coreutils`


