#!/bin/bash dotupdate () { pushd ~/.config/dotfiles &>/dev/null echo "Updating Dotfiles" git pull popd &>/dev/null } dotupdate