mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
# System-wide .bashrc file for interactive bash(1) shells.
|
|
|
|
# If not running interactively, don't do anything
|
|
[ -z "$PS1" ] && return
|
|
|
|
# check the window size after each command and, if necessary,
|
|
# update the values of LINES and COLUMNS.
|
|
shopt -s checkwinsize
|
|
|
|
# Disble built-ins
|
|
enable -n help
|