| Age | Commit message (Collapse) | Author | 
 | 
- if user has rm set as an alias to 'rm -i' user is prompted to whether to
  remove the nohup.out file.
 $ ddg fools
	nohup: ignoring input and appending output to ‘nohup.out’
	rm: remove regular empty file ‘nohup.out’?
- if output redirected to a file nohup will not create nohup.out and rm is
  unecessary.
 | 
 | 
Use $OSTYPE instead of uname to speed things up
 | 
 | 
 | 
 | 
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
This plugin adds google, bing and yahoo commands to launch the default
web browser to do web search:
e.g.
    google oh-my-zsh
    bing what is zsh
 |