diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-09-20 14:00:03 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-09-20 14:00:03 +0200 |
commit | 990aed9089ac24bdd0e63da47eac0e68b4afc863 (patch) | |
tree | e9544b118e0a7a889f52f9e56a2080151061914a | |
parent | 5fac3578319f5ab201a7a17e319a93e8396c7211 (diff) |
add function for starting a specific chromium profile
-rw-r--r-- | .zsh_functions/,chromprof | 3 |
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} |