diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-05 11:13:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-05 11:13:14 +0800 |
commit | 363522fca7d7cd1a31339b3efd9267daffcca851 (patch) | |
tree | 3991be1a4234eeef91293d273f524f0ee9ccdee8 | |
parent | 073d76b033f6faa8334e94cfd2fcebbfa98c41d8 (diff) |
Update
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | mutt/muttrc.topo | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -494,6 +494,7 @@ bak() { | |||
494 | wrap2geojson() { jq -s '{ type: "FeatureCollection", features: . }'; } | 494 | wrap2geojson() { jq -s '{ type: "FeatureCollection", features: . }'; } |
495 | alias cdtrash='cd ~/.local/share/Trash' | 495 | alias cdtrash='cd ~/.local/share/Trash' |
496 | trash() { mv $@ ~/.local/share/Trash; } | 496 | trash() { mv $@ ~/.local/share/Trash; } |
497 | alias ge='graph-easy --boxart' | ||
497 | 498 | ||
498 | # task | 499 | # task |
499 | alias tk='task' | 500 | alias tk='task' |
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index 2fb5f35..6ed8270 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
@@ -65,7 +65,6 @@ folder-hook ~/Maildir 'source ~/.config/mutt/muttrc.b97602041' | |||
65 | 65 | ||
66 | # Change mailboxes | 66 | # Change mailboxes |
67 | macro index,pager gi "<change-folder>+INBOX<Return>" "Switch to INBOX folder" | 67 | macro index,pager gi "<change-folder>+INBOX<Return>" "Switch to INBOX folder" |
68 | macro index,pager gj "<change-folder>+japan<Return>" | ||
69 | macro index,pager gm "<change-folder>+mbox<Return>" "Switch to mbox folder" | 68 | macro index,pager gm "<change-folder>+mbox<Return>" "Switch to mbox folder" |
70 | macro index,pager gp "<change-folder>+pay<Return>" "Switch to pay folder" | 69 | macro index,pager gp "<change-folder>+pay<Return>" "Switch to pay folder" |
71 | macro index,pager gh "<change-folder>+hometeach<Return>" "Switch to hometeach folder" | 70 | macro index,pager gh "<change-folder>+hometeach<Return>" "Switch to hometeach folder" |
@@ -74,6 +73,7 @@ macro index,pager gS "<change-folder>+spam<Return>" "Switch to sp | |||
74 | macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder" | 73 | macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder" |
75 | macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder" | 74 | macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder" |
76 | macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder" | 75 | macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder" |
77 | macro index,pager gl "<change-folder>+login<Return>" "Switch to INBOX folder" | 76 | macro index,pager gl "<change-folder>+login<Return>" "Switch to login folder" |
78 | macro index,pager ga "<change-folder>+arch-general<Return>" "Switch to INBOX folder" | 77 | macro index,pager ga "<change-folder>+arch-general<Return>" "Switch to arch-general folder" |
79 | macro index,pager gk "<change-folder>+keep<Return>" "Switch to INBOX folder" | 78 | macro index,pager gk "<change-folder>+keep<Return>" "Switch to keep folder" |
79 | macro index,pager gu "<change-folder>+update<Return>" "Switch to update folder" | ||