firefox ^Q workaround, break-pane hotkey for tmux, greset() now asks for y in zsh
This commit is contained in:
parent
cddad6825c
commit
6243e78746
3 changed files with 7 additions and 2 deletions
3
zshrc
3
zshrc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue