ENH: Adding basic backup script (needs work)

This commit is contained in:
Matthew Ryan Dillon 2017-05-31 06:16:15 -07:00
parent 99ffb336b2
commit e4b9e89a3c
3 changed files with 21 additions and 0 deletions

View file

@ -34,3 +34,9 @@ BASE16_SHELL=$HOME/.config/base16-shell/
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
alias tmux="TERM=xterm-256color tmux"
# set up local bin dir
export PATH="$PATH:$HOME/bin"
# Backup shortcuts
alias back_things_up="rsync_tmbackup.sh $HOME /Volumes/field_on_fire/$HOST $HOME/.dotfiles/rsync_excludes.txt"