Skip to content

Commit 34d172b

Browse files
shellrc: added isync plugin
1 parent 499156c commit 34d172b

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.oh-my-shell/oh-my-shellrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ dot_plugin_if_exists "image"
9797
dot_plugin_if_exists "imapfilter"
9898
dot_plugin_if_exists "id"
9999
dot_plugin_if_exists "iamb"
100+
dot_plugin_if_exists "isync"
100101
dot_plugin_if_exists "java"
101102
dot_plugin_if_exists "kubernetes" # Requires: gnucoreutils
102103
dot_plugin_if_exists "fastlane"

.oh-my-shell/shellrc/plugins/isync/aliases.sh

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mkdir -p $HOME/.mail/AAA
2+
mbsync --config $HOME/.config/isync/isyncrc \
3+
--verbose \
4+
--list --list-stores

.oh-my-shell/shellrc/plugins/isync/functions.sh

Whitespace-only changes.

.oh-my-shell/shellrc/plugins/isync/post.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)