Emacs cocoa WIP.

This commit is contained in:
2014-10-21 11:00:04 -07:00
parent af417d6c15
commit 355d851507
5 changed files with 65 additions and 7 deletions

View File

@@ -1,2 +1,3 @@
dircolors_file="$HOME/.dircolors"
test -r $dircolors_files && eval "$(dircolors $dircolors_file)"
[ ! -z "$SHELL" ] && test -r $dircolors_files && eval "$(dircolors $dircolors_file)"