5 lines
173 B
Bash
5 lines
173 B
Bash
# --Keep these 4 topmost lines for safe scripting
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return || true
|
|
# --write your own settings down below
|