Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Oct 26, 2024
1 parent a42615d commit a15b50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/private_dot_sources.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ alias dust='dust -r'
################################
### editor ###
################################
export EDITOR='zed'
export GIT_EDITOR='zed --wait'
export EDITOR='code'
export GIT_EDITOR='code --wait'

e() {
"$EDITOR" "${1:-.}"
Expand Down

0 comments on commit a15b50f

Please sign in to comment.