From 2fb2092447b1577b47fbf9bc682e7fcb7e98efce Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 1 Dec 2019 17:43:05 +0000 Subject: [PATCH] pash: Change exit code --- pash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pash b/pash index bc72a78..cf5d15d 100755 --- a/pash +++ b/pash @@ -169,7 +169,7 @@ Store location: export PASH_DIR=~/.local/share/pash Clipboard tool: export PASH_CLIP='xclip -sel c' Clipboard timeout: export PASH_TIMEOUT=15 ('off' to disable) " -exit 1 +exit 0 } main() {