Fix things

This commit is contained in:
Marco Thomas
2021-07-29 10:48:58 +02:00
parent 8cd45abe6f
commit 6c8d75ee8f
4 changed files with 4 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Aliases
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'"
alias emacsnw="emacsclient -nw -a 'emacs -nw'"
if command -v rg &> /dev/null; then
alias grep="rg"