1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-26 05:35:30 +00:00

[bash] Changed configuration files from HOME to /etc

This commit is contained in:
pgrondek 2019-07-01 00:29:28 +02:00
parent c8ea29f29f
commit 0e3fbfbe1b

4
bashrc
View File

@ -2,8 +2,8 @@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples # for examples
SERVER_FLAG_FILE=$HOME/.server SERVER_FLAG_FILE=/etc/.server
WORK_FLAG_FILE=$HOME/.work WORK_FLAG_FILE=/etc/.work
# If not running interactively, don't do anything # If not running interactively, don't do anything
case $- in case $- in