aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/functions.zsh')
-rw-r--r--.zsh.after/functions.zsh10
1 files changed, 7 insertions, 3 deletions
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh
index f336e50..da7cda4 100644
--- a/.zsh.after/functions.zsh
+++ b/.zsh.after/functions.zsh
@@ -169,9 +169,13 @@ function publish() {
mute popd
}
-function securium {
- port=44350
- chromium --proxy-server="socks://localhost:$port" &
+function incognichrome {
+ chromium --incognito
+ exit
+}
+
+function inproxychrome {
+ chromium --incognito --proxy-server=apu-serve:8123
exit
}