mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
Update bashrc
This commit is contained in:
parent
7920acd3c0
commit
f22e4b7139
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# .bashrc
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/bashrc ]; then
|
||||
. /etc/bashrc
|
||||
if [ -f /etc/bash.bashrc ]; then
|
||||
. /etc/bash.bashrc
|
||||
fi
|
||||
|
||||
# User specific environment
|
||||
|
|
Loading…
Reference in a new issue