Skip to content

Commit 1a4d549

Browse files
author
Kevin Buchholz
committed
customization without overriding the .bashrc
1 parent 0ae9c34 commit 1a4d549

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home/app/.bashrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ _artisan()
1717
}
1818

1919
complete -F _artisan artisan
20+
21+
# for customization
22+
FILE=/home/app/.custom_bashrc
23+
if [ -f "$FILE" ]; then
24+
source "$FILE"
25+
fi

0 commit comments

Comments
 (0)