diff --git a/dotfiles/lib/shellrc/osx.sh b/dotfiles/lib/shellrc/osx.sh index d8869f6d..1c41ee73 100644 --- a/dotfiles/lib/shellrc/osx.sh +++ b/dotfiles/lib/shellrc/osx.sh @@ -199,3 +199,7 @@ function swap_main_screen { function swap_mirror_swap { mirror -off && swap_main_screen && mirror -on } + +function brew_relink { + brew unlink "$1" && brew link "$1" +}