Created
          August 17, 2018 11:15 
        
      - 
      
 - 
        
Save drkarl/960188f7badcdd8b3178f67bee3db2a3 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
drkarl created this gist
Aug 17, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ #Copy to your .zshrc #Copy to clipboard function cp(){ echo $1 > /dev/clipboard } #Paste from clipboard function pb(){ cat /dev/clipboard } #Copy jira from task to clipboard function cpjira(){ echo `task _get "$1".jira` > /dev/clipboard }