Add wifi-auto-switch.

This commit is contained in:
2014-11-05 07:15:27 -08:00
parent 8521a3071c
commit 144e51b7c7
9 changed files with 432 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
# In newer versions of git, this simpler definition of which-branch would work.
# symbolic-ref HEAD --short
ffr = "!ffr() { git fetch $1 && git ff origin/$(git which-branch) && git suir; }; ffr"
ffr = "!ffr() { git fetch $1 && git ff $1/$(git which-branch) && git suir; }; ffr"
ffo = !git ffr origin
reset-origin = "!r() { git reset --hard origin/\"$(git which-branch)\" && git suir; }; r"
reset-author ="!source ~/.lib/shellrc/functions.sh && git_reset_author"