Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. GNU_EMACS_PATH='/Applications/GNU Emacs.app/Contents/MacOS/bin/'
  2. for bin in `ls "$GNU_EMACS_PATH"`; do
  3. alias $bin="$GNU_EMACS_PATH"$bin
  4. done
Add Comment
Please, Sign In to add comment