Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
  • Loading branch information
ehazlett committed Nov 6, 2019
1 parent d9100f0 commit 8243881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bash_profile
@@ -0,0 +1,3 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
2 changes: 1 addition & 1 deletion scripts/backup.sh
Expand Up @@ -5,5 +5,5 @@ d=$(date +%Y%m%d-%H%M)
echo $d

for v in $VOLS; do
zfs snap $v@$d
zfs snap -r $v@$d
done
2 changes: 1 addition & 1 deletion setup_links.sh
@@ -1,5 +1,5 @@
#!/bin/bash
CONFIGS="bashrc gitconfig gitignore_global vimrc tmux.conf inputrc"
CONFIGS="bash_profile bashrc gitconfig gitignore_global vimrc tmux.conf inputrc"

for CFG in $CONFIGS; do
ln -sf $(pwd)/$CFG ~/.$CFG
Expand Down

0 comments on commit 8243881

Please sign in to comment.