diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2023-01-15 12:41:54 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2023-01-15 13:22:16 +0000 |
| commit | 8c4ca999c2487e32f4bba59ebcb826b6d72d6d13 (patch) | |
| tree | 2cca43ddf2ee882513c81d7029bea04d9de0a015 /dotfiles-darwin/zsh/rc | |
| parent | b05b52881207b134c6ab08710ae55ac421faea9b (diff) | |
darwin/zsh: Switch back to Homebrew-provided Emacs
Diffstat (limited to 'dotfiles-darwin/zsh/rc')
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index 145b177..11bb8f1 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -9,13 +9,6 @@ alias pip=pip3 alias python=python3 alias rsync='rsync --exclude=.DS_Store' -() { - local emacs=~/Applications/Emacs.app/Contents/MacOS/Emacs - if ! which emacs >/dev/null && [[ -x ${emacs} ]]; then - alias emacs=${emacs} - fi -} - if (( ${path[(I)/usr/local/opt/coreutils/libexec/gnubin]} )); then alias ls='ls --color --group-directories-first' alias lsh='ls -Shrs' |
