this repo has no description

zsh alias to pull and sync dotfiles

+7
+7
zsh/zshenv
··· 33 33 fi 34 34 } 35 35 36 + function syncsys { 37 + cd $HOME/dotfiles 38 + git pull --rebase 39 + make 40 + cd - 41 + } 42 + 36 43 function mdp() { 37 44 # Requires Markdown Viewer extension 38 45 # - https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk?hl=en