this repo has no description

mdp zsh function

+6
+6
zsh.nix
··· 21 21 tmux new-session -A -s "''${rootdir##*/}" 22 22 } 23 23 24 + function mdp() { 25 + # Requires Markdown Viewer extension 26 + # - https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk?hl=en 27 + open -a '/Applications/Google Chrome.app' $1 28 + } 29 + 24 30 . /Users/sethetter/.nix-profile/etc/profile.d/nix.sh 25 31 ''; 26 32 localVariables = {