Skip to content

Commit

Permalink
fix: EDITOR alias
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Nov 19, 2024
1 parent ecc0507 commit f917702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export TERM=xterm-256color
export DEFAULT_USER=$USER
export EDITOR='emacsclient -a "vim"'
export EDITOR='emacsclient -a ""'
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/sbin:$PATH

# Zinit
Expand Down

0 comments on commit f917702

Please sign in to comment.