From 2bf67cf6f4a42723350dd79c571c25ae9b809344 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 20:23:07 +0200 Subject: .zsh.after/functions.zsh: Adding functions to start chromium incognito and with a predefined proxy-server. --- .zsh.after/functions.zsh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.zsh.after') diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh index c9ea095..7908f71 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 } -- cgit v1.2.3-54-g00ecf