Skip to content

Commit dccb31b

Browse files
authored
Remove BFG alias from codespace.sh
Removed alias for BFG tool from codespace.sh
1 parent a52d1fa commit dccb31b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

etc/profile.d/codespace.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ if [ "$(whoami)" != "root" ]; then
4444
}
4545
PS1='$(_prompt)'
4646

47-
# Alias BFG
48-
alias bfg="java -jar /opt/share/bfg-1.14.0.jar"
49-
5047
# Configure cd to default to workspace
5148
alias cd="HOME=\"/workspaces/$RepositoryName\" cd"
5249

0 commit comments

Comments
 (0)