This file contains 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
Favorites: | |
Unrefined: | |
!(@home|@$WIFE|@phone|@laptop|@desk|@errand|@office|##$EMPLOYER|##Someday/Maybe) & !search:* | | |
(no priority & !search:* & !recurring & !##Someday/Maybe) | | |
(!search:: & !##Someday/Maybe & !recurring & !no priority) | | |
##Inbox, | |
(##Someday/Maybe|@not_now) & (!no due date|@next) | |
Home: |
This file contains 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
SHELL=/bin/sh | |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
# m h dom mon dow user command | |
# Sync the repository | |
00 22 * * * ftpsync /var/ftpsync/bin/ftpsync sync:archive:debian | |
00 3 * * * ftpsync /var/ftpsync/bin/ftpsync sync:archive:security | |
00 4 * * * ftpsync /var/ftpsync/bin/ftpsync sync:archive:archive |
This file contains 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
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
type = cat-file -t | |
dump = cat-file -p | |
plus some shell aliases: |