File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ tree () { set -- ${COLORTERM:+-C} "$@"; command tree "$@"; }
88alias  tt=' t -a' 
99alias  v=' . *.venv/bin/activate' 
1010
11+ #  JIRA wrapper.
12+ jira  () (
13+   for  x  in  ~ /.tokens/JIRA_* ;  do  export  ${x##*/ } =$( < $x ) ;  done 
14+   command  jira " $@ " 
15+ )
16+ 
1117#  Grep wrappers.
1218alias  ge=' grep --extended-regexp' 
1319alias  gi=' ge --ignore-case' 
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ tree () { set -- ${COLORTERM:+-C} "$@"; command tree "$@"; }
1111alias  tt=' t -a' 
1212alias  v=' . *.venv/bin/activate' 
1313
14+ #  JIRA wrapper.
15+ jira  () (
16+   for  x  in  ~ /.tokens/JIRA_* ;  do  export  ${x##*/ } =$( < $x ) ;  done 
17+   command  jira " $@ " 
18+ )
19+ 
1420#  Grep wrappers.
1521alias  ge=' grep --extended-regexp' 
1622alias  gi=' ge --ignore-case' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments