Files
miaou-bash/etc/skel/.bashrc
T
2026-08-18 19:38:31 +04:00

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