diff --git a/bin/update-dotfiles.sh b/bin/update-dotfiles.sh index 6247a54..0c9b86c 100755 --- a/bin/update-dotfiles.sh +++ b/bin/update-dotfiles.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Pull in changes and make new symlinks # @@ -47,7 +47,7 @@ echo "$(tput sgr0)" # reset # ---------------------------------------------------------------------- for file in $files; do - rm ~/.$file + rm ~/.$file done # ---------------------------------------------------------------------- diff --git a/bin/update-everything.sh b/bin/update-everything.sh index a49bdef..5b554a1 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @@ -59,4 +59,4 @@ rvm cleanup all echo "$(tput setaf 64)" # green echo "-------------------------------" echo " ✓ all done" -echo "$(tput sgr0)" # reset \ No newline at end of file +echo "$(tput sgr0)" # reset