Skip to content

Commit e366988

Browse files
committed
update readme
1 parent 6d4145c commit e366988

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ For example, you can use `yy` to yank a file, then move to a new directory and u
8787

8888
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)
8989

90-
## Trash
91-
9290
## Tips
9391

9492
- Run `:h dirvish-do` to see the help file generated from this README

scripts/.fuse_hidden000017b700000006

Lines changed: 0 additions & 8 deletions
This file was deleted.

scripts/.fuse_hidden00002ace00000007

Lines changed: 0 additions & 8 deletions
This file was deleted.

scripts/git_push.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S nvim -l
22
vim.cmd [[
33
!git add .
4-
exec "!git commit -m '".luaeval('_G.arg[1]')."']"
4+
exec "!git commit -m '".luaeval('_G.arg[1]')."'"
55
!git pull --rebase
66
!git push
77
]]

0 commit comments

Comments
 (0)