Is there a way to make files opened for editing in the terminal open in Textedit instead?
For example, where a command might open a file for editing (like git
git
Make subl available.
Put this in ~/.bash_profile
~/.bash_profile
[[ -s ~/.bashrc ]] && source ~/.bashrc
Put this in ~/.bashrc
~/.bashrc
export EDITOR=subl