citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

undistract-me.sh (336B)


      1 # Copyright (c) 2008-2012 undistract-me developers. See LICENSE for details.
      2 #
      3 # Check for interactive bash and that we haven't already been sourced.
      4 [ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$last_command_started_cache" ] && return
      5 
      6 . $HOME/dotfiles/bash-undistract-me/long-running.bash
      7 notify_when_long_running_commands_finish_install