nvim: cosmetics; zsh: fix greset function
This commit is contained in:
parent
5bb526a1a1
commit
7d3a85940c
2 changed files with 4 additions and 9 deletions
|
@ -69,8 +69,8 @@ greset() {
|
|||
echo "OK to reset and clean teh repo?"
|
||||
read -sq _
|
||||
(( $? )) && return 1
|
||||
/usr/bin/git clean -fd
|
||||
/usr/bin/git reset --hard
|
||||
command git clean -fd
|
||||
command git reset --hard
|
||||
}
|
||||
|
||||
if testbin diff-so-fancy; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue