Skip to content

Commit

Permalink
Dont check nano variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldlima committed Mar 3, 2024
1 parent 04aa160 commit 7f2a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ return {
terminal = "wezterm",
browser = "brave",
launcher = "rofi -show drun",
editor = os.getenv("EDITOR") or "nvim",
editor = "nvim",
}

0 comments on commit 7f2a52b

Please sign in to comment.