tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
mdp zsh function
seth.computer
4 years ago
b5510c76
bba89858
+6
1 changed file
expand all
collapse all
unified
split
zsh.nix
+6
zsh.nix
···
21
21
tmux new-session -A -s "''${rootdir##*/}"
22
22
}
23
23
24
24
+
function mdp() {
25
25
+
# Requires Markdown Viewer extension
26
26
+
# - https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk?hl=en
27
27
+
open -a '/Applications/Google Chrome.app' $1
28
28
+
}
29
29
+
24
30
. /Users/sethetter/.nix-profile/etc/profile.d/nix.sh
25
31
'';
26
32
localVariables = {