Skip to content

Commit

Permalink
Convert editor to Zed
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-dohm committed Mar 16, 2023
1 parent 52eee4b commit 1dd54ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/fish/init/editor.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set --export EDITOR code --wait
set --export EDITOR zed --wait
set --export VISUAL $EDITOR

set --export ATOM_DEV_RESOURCE_PATH ~/Source/atom/atom
Expand All @@ -12,3 +12,5 @@ alias an='atom-nightly'

alias c='code'
alias cc='code'

alias z='zed'

0 comments on commit 1dd54ff

Please sign in to comment.