Skip to content

Commit 1cb88a6

Browse files
authored
Add alias for bfg command in cli.sh
1 parent 3d216d4 commit 1cb88a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

etc/profile.d/cli.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if [ "$(whoami)" != "root" ]; then
1515
fi
1616

1717
# Aliases
18+
alias bfg="java -jar /opt/share/bfg.jar"
1819
alias cd="HOME=\"$WORKDIR\" cd"
1920
alias cowsay="/usr/games/cowsay"
2021
alias cp="cp -i"

0 commit comments

Comments
 (0)