Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # .bash_profile
  2. export PS1='\[\e[0;35m\]Inbox:$(task +in +PENDING count)\[\e[m\] '$PS1
  3. alias in='task add +in'
  4.  
  5. # .taskrc
  6. urgency.user.tag.in.coefficient=15.0
  7.  
  8. report.in.columns = id,description
  9. report.in.description = Inbox
  10. report.in.filter = status:pending limit:page (+in)
  11. report.in.labels = ID,Description
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement