diff options
author | David Runge <dave@sleepmap.de> | 2016-09-07 15:12:04 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-09-07 15:12:04 +0200 |
commit | ee155b6808d75eef0e6fc5573e95fa9f034345e2 (patch) | |
tree | e28b683029a2795b270950bc2930f48c6621295a | |
parent | 19eacbee96ce92e63a7dbefaff13aa4fda194353 (diff) | |
download | dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.tar.gz dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.tar.bz2 dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.tar.xz dotfiles-ee155b6808d75eef0e6fc5573e95fa9f034345e2.zip |
.zsh.after/functions.zsh: Removing exit (preventing closing of shell).
-rw-r--r-- | .zsh.after/functions.zsh | 2 |
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 |