forked from colonelpanic/dotfiles
tweaks.
This commit is contained in:
parent
4102e05210
commit
8a63d9126e
0
dotfiles/bashrc
Normal file → Executable file
0
dotfiles/bashrc
Normal file → Executable file
@ -36,5 +36,6 @@
|
|||||||
(mapcar 'file-truename org-agenda-files))
|
(mapcar 'file-truename org-agenda-files))
|
||||||
(setq imalison-org-mobile-sync:unsaved-changes-count
|
(setq imalison-org-mobile-sync:unsaved-changes-count
|
||||||
(+ imalison-org-mobile-sync:unsaved-changes-count 1)))))
|
(+ imalison-org-mobile-sync:unsaved-changes-count 1)))))
|
||||||
(imalison-org-mobile-sync-start)
|
;; (imalison-org-mobile-sync-start)
|
||||||
|
|
||||||
(provide 'org-mobile-sync)
|
(provide 'org-mobile-sync)
|
||||||
|
@ -24,4 +24,5 @@ TAGS
|
|||||||
*.sw*
|
*.sw*
|
||||||
*.tmp*
|
*.tmp*
|
||||||
projectile.cache
|
projectile.cache
|
||||||
projectile-bookmarks.eld
|
projectile-bookmarks.eld
|
||||||
|
dotfiles/pip/cache
|
@ -15,3 +15,9 @@ editsync () {
|
|||||||
opensync () {
|
opensync () {
|
||||||
open $(boxer sync_dir $@)
|
open $(boxer sync_dir $@)
|
||||||
}
|
}
|
||||||
|
udir () {
|
||||||
|
cd ~/Uber/
|
||||||
|
}
|
||||||
|
sdir () {
|
||||||
|
cd ~/Uber/sync/
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user