- added useful shell features
- cosmetics: whitespace
This commit is contained in:
parent
4cab17e726
commit
8358af1077
@ -2,6 +2,9 @@
|
|||||||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||||
# for examples
|
# for examples
|
||||||
|
|
||||||
|
set -o pipefail
|
||||||
|
# set -u
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
if [[ $- != *i* ]]; then
|
if [[ $- != *i* ]]; then
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user