diff options
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' |
