|
|
@ -1,3 +1,4 @@ |
|
|
# Keep these top-most lines for safe scripting |
|
|
|
|
|
|
|
|
# --Keep these 4 topmost lines for safe scripting |
|
|
# If not running interactively, don't do anything |
|
|
# If not running interactively, don't do anything |
|
|
[[ $- != *i* ]] && return |
|
|
|
|
|
|
|
|
[[ $- != *i* ]] && return || true |
|
|
|
|
|
# --write your own settings down below |