1
0
Fork 0

firefox ^Q workaround, break-pane hotkey for tmux, greset() now asks for y in zsh

This commit is contained in:
Von Random 2017-12-18 13:59:59 +03:00
parent cddad6825c
commit 6243e78746
3 changed files with 7 additions and 2 deletions

3
zshrc
View file

@ -230,7 +230,8 @@ gdf() {
}
greset() {
echo "OK to reset and clean teh repo?"
read _
read -sq _
(( $? )) && return 1
/usr/bin/git clean -fd
/usr/bin/git reset --hard
}