ONOS-3341 Remove ll alias since it conflicts with the ubuntu ll command.
Change-Id: I0d0db23bab2da31b4d63672955a428090d4dd47f
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index a0f040a..b8244a7 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -67,7 +67,6 @@
# Short-hand for tailing and searching the ONOS (karaf) log
alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log'
-alias ll='less $KARAF_LOG'
alias gl='grep $KARAF_LOG --colour=auto -E -e '
function filterLocalLog {