]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
add function for starting a specific chromium profile
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 20 Sep 2024 12:00:03 +0000 (14:00 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 20 Sep 2024 12:00:03 +0000 (14:00 +0200)
.zsh_functions/,chromprof [new file with mode: 0644]

diff --git a/.zsh_functions/,chromprof b/.zsh_functions/,chromprof
new file mode 100644 (file)
index 0000000..cc8a81d
--- /dev/null
@@ -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}