aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-09-07 15:12:04 +0200
committerDavid Runge <dave@sleepmap.de>2016-09-07 15:12:04 +0200
commitee155b6808d75eef0e6fc5573e95fa9f034345e2 (patch)
treee28b683029a2795b270950bc2930f48c6621295a /.zsh.after
parent19eacbee96ce92e63a7dbefaff13aa4fda194353 (diff)
downloaddotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.tar.gz
dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.tar.bz2
dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.tar.xz
dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.zip
.zsh.after/functions.zsh: Removing exit (preventing closing of shell).
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/functions.zsh2
1 files changed, 0 insertions, 2 deletions
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