From ee155b6808d75eef0e6fc5573e95fa9f034345e2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 7 Sep 2016 15:12:04 +0200 Subject: .zsh.after/functions.zsh: Removing exit (preventing closing of shell). --- .zsh.after/functions.zsh | 2 -- 1 file changed, 2 deletions(-) (limited to '.zsh.after') diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh index da7cda4..2c06e1c 100644 --- a/.zsh.after/functions.zsh +++ b/.zsh.after/functions.zsh @@ -171,12 +171,10 @@ function publish() { function incognichrome { chromium --incognito - exit } function inproxychrome { chromium --incognito --proxy-server=apu-serve:8123 - exit } ## ZSH -- cgit v1.2.3-54-g00ecf