Skip to content

Commit 2bf412e

Browse files
authored
remove bashrc customization
1 parent 714be50 commit 2bf412e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

home/app/.bashrc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,4 @@ _artisan()
1414
COMPREPLY=(`compgen -W "$COMMANDS" -- "${COMP_WORDS[COMP_CWORD]}"`)
1515
return 0
1616
}
17-
1817
complete -F _artisan artisan
19-
20-
# for customization
21-
FILE=/home/app/.custom_bashrc
22-
if [ -f "$FILE" ]; then
23-
source "$FILE"
24-
fi

0 commit comments

Comments
 (0)