Move mbsync configuration to XDG_CONFIG_HOME
This commit is contained in:
parent
5de6335137
commit
6c3f8796b4
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
|||
esac
|
||||
}
|
||||
|
||||
mbsync() {
|
||||
${pkgs.isync}/bin/mbsync --config "${config.xdg.configHome}/isync/mbsyncrc" "''${@}"
|
||||
}
|
||||
|
||||
ttyper() {
|
||||
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue