ch ch ch ch changes
This commit is contained in:
parent
adc3e52ec4
commit
3272bf6d35
7 changed files with 33 additions and 20 deletions
2
bin/gren
2
bin/gren
|
@ -11,6 +11,6 @@ hub sync
|
|||
if git rev-parse --verify --quiet $1; then
|
||||
git checkout $1
|
||||
else
|
||||
git checkout -b $1 master
|
||||
git checkout -b $1 main
|
||||
git push -u origin $1
|
||||
fi
|
||||
|
|
5
bin/tmux-nvr
Executable file
5
bin/tmux-nvr
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
tmux select-window -t1
|
||||
FILE="$1"
|
||||
shift
|
||||
exec nvr --remote "$@" $(readlink -f "$FILE")
|
Loading…
Add table
Add a link
Reference in a new issue