diff --git a/.cat.sh b/.cat.sh index 654fe47b..42d3bafe 100755 --- a/.cat.sh +++ b/.cat.sh @@ -5,4 +5,6 @@ cat tmux.conf > ~/.tmux.conf cat zshrc > ~/.zshrc #cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much. cat vimrc > ~/.vimrc +exec $SHELL +# vim : set ft=sh :