Whitespace cleanup to get in sync with AniNIX/Uniglot hooks
This commit is contained in:
10
roles/ShadowArch/files/bashrc
Normal file
10
roles/ShadowArch/files/bashrc
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# /etc/bash.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
[[ $DISPLAY ]] && shopt -s checkwinsize
|
||||
|
||||
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
|
Reference in New Issue
Block a user