This commit is contained in:
Ivan Malison 2015-05-04 10:14:22 -07:00
parent 4102e05210
commit 8a63d9126e
4 changed files with 10 additions and 2 deletions

0
dotfiles/bashrc Normal file → Executable file
View File

View File

@ -36,5 +36,6 @@
(mapcar 'file-truename org-agenda-files))
(setq imalison-org-mobile-sync:unsaved-changes-count
(+ imalison-org-mobile-sync:unsaved-changes-count 1)))))
(imalison-org-mobile-sync-start)
;; (imalison-org-mobile-sync-start)
(provide 'org-mobile-sync)

View File

@ -24,4 +24,5 @@ TAGS
*.sw*
*.tmp*
projectile.cache
projectile-bookmarks.eld
projectile-bookmarks.eld
dotfiles/pip/cache

View File

@ -15,3 +15,9 @@ editsync () {
opensync () {
open $(boxer sync_dir $@)
}
udir () {
cd ~/Uber/
}
sdir () {
cd ~/Uber/sync/
}