diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index ded2871..41d27ab 100755 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -57,3 +57,6 @@ alias irssi="tmux attach -t irssi || tmux new -s irssi irssi" alias xboxdrv='tmux attach -t xboxdrv ||\ tmux new -s xboxdrv xboxdrv --config $HOME/.config/xboxdrv/hyperx-clutch.conf\ --type xbox --detach-kernel-driver --silent' + +# config cleanup +alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'