Update rc init scripts

- Move system specific setup to rc.$SYS scripts
- Write configure_ls function (based on previous anonymous function) that takes the full path to an ls binary
- Create system specific script for FreeBSD (nothing in it yet)
This commit is contained in:
Eryn Wells 2013-09-04 20:26:10 -07:00
parent a11db44f43
commit 9ea891311c
4 changed files with 61 additions and 34 deletions

4
rc.freebsd Normal file
View file

@ -0,0 +1,4 @@
# .rc.freebsd
# vim: ft=zsh
# Interactive shell setup for FreeBSD systems
# Eryn Wells <eryn@erynwells.me>