Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Nov 26, 2024
1 parent 6d4145c commit e366988
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ For example, you can use `yy` to yank a file, then move to a new directory and u

You can also use `y` in `visual line` mode to select many files to copy or move. (Note: `visual line` mode is recommended so that you can yank the full file path)

## Trash

## Tips

- Run `:h dirvish-do` to see the help file generated from this README
Expand Down
8 changes: 0 additions & 8 deletions scripts/.fuse_hidden000017b700000006

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/.fuse_hidden00002ace00000007

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/git_push.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env -S nvim -l
vim.cmd [[
!git add .
exec "!git commit -m '".luaeval('_G.arg[1]')."']"
exec "!git commit -m '".luaeval('_G.arg[1]')."'"
!git pull --rebase
!git push
]]

0 comments on commit e366988

Please sign in to comment.