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

View File

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