MAINT: cleaning up nix deps

This commit is contained in:
Matthew Ryan Dillon 2020-08-09 13:57:46 -07:00
parent d1200d1d8b
commit fa8c6ba9b3
3 changed files with 19 additions and 17 deletions

View file

@ -20,6 +20,9 @@ alias i="ipython3"
BASE16_SHELL=$HOME/.config/base16-shell/
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
source $HOME/.nix-profile/etc/profile.d/nix.sh;
fi
# Backup shortcuts (borrowed parts from https://github.com/laurent22/rsync-time-backup
function prune_backups() {