summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh_functions/,chromprof3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh_functions/,chromprof b/.zsh_functions/,chromprof
new file mode 100644
index 0000000..cc8a81d
--- /dev/null
+++ b/.zsh_functions/,chromprof
@@ -0,0 +1,3 @@
+profile_name=$1
+mkdir -p ${HOME}/.config/chromium_profile_${profile_name}
+chromium --user-data-dir=${HOME}/.config/chromium_profile_${profile_name}