diff --git a/files/.zshrc b/files/.zshrc index 4d017d8..75547be 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -44,8 +44,6 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} " zstyle ':vcs_info:git:*' formats '|%b ' # ============================== Aliases -alias emacsnw="TERM=alacritty-direct emacs -nw" - if command -v rg &> /dev/null; then alias grep="rg" fi