pash: Change exit code
This commit is contained in:
parent
9288bc0a64
commit
2fb2092447
2
pash
2
pash
|
@ -169,7 +169,7 @@ Store location: export PASH_DIR=~/.local/share/pash
|
||||||
Clipboard tool: export PASH_CLIP='xclip -sel c'
|
Clipboard tool: export PASH_CLIP='xclip -sel c'
|
||||||
Clipboard timeout: export PASH_TIMEOUT=15 ('off' to disable)
|
Clipboard timeout: export PASH_TIMEOUT=15 ('off' to disable)
|
||||||
"
|
"
|
||||||
exit 1
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
Loading…
Reference in New Issue