Skip to content

Commit

Permalink
fix neovide alias
Browse files Browse the repository at this point in the history
This breaks if trying to pass a file on the command line. Or it used to
break. Now it's good.
  • Loading branch information
ymendel committed Sep 3, 2024
1 parent 6469934 commit 3e3e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editing/aliases.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# some commands need defaults
alias mvim="mvim -p"
alias neovide="neovide --grid"
alias neovide="neovide --grid --"

0 comments on commit 3e3e491

Please sign in to comment.