This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Make Zsh show a notification when long-running commands finish. | |
| # You can tweak some parameters by editing the according variable. | |
| # | |
| # Written by Jean-Philippe Ouellet <jpo@vt.edu> | |
| # Made available under the ISC license. | |
| # Edited by Fabio Forni. | |
| [[ -o interactive ]] || return | |
| zmodload zsh/datetime || return | |
| autoload -Uz add-zsh-hook || return |