We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52d1fa commit dccb31bCopy full SHA for dccb31b
1 file changed
etc/profile.d/codespace.sh
@@ -44,9 +44,6 @@ if [ "$(whoami)" != "root" ]; then
44
}
45
PS1='$(_prompt)'
46
47
- # Alias BFG
48
- alias bfg="java -jar /opt/share/bfg-1.14.0.jar"
49
-
50
# Configure cd to default to workspace
51
alias cd="HOME=\"/workspaces/$RepositoryName\" cd"
52
0 commit comments