Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bash ファイルの設定方法
私が使う:
alias cemacs='open -a /Applications/Emacs.app'
次にcemacs foo.txt、ファイルを入力して emacs で開くことができます。
cemacs foo.txt
(それはあなたが尋ねていたものですか?質問は少し曖昧でした。)
export EDITOR=/usr/bin/emacs
~/.bash_profile に