summaryrefslogtreecommitdiff
path: root/addons/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'addons/bashrc')
-rw-r--r--addons/bashrc21
1 files changed, 0 insertions, 21 deletions
diff --git a/addons/bashrc b/addons/bashrc
deleted file mode 100644
index 5ca6461..0000000
--- a/addons/bashrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# The bannered bashrc
-source .bashrc.common
-
-if [ ! -f .banner.shown ]; then
-
-echo ""
-echo "##########################################################"
-echo "# Welcome to androdeb environment running on Android! #"
-echo "# Questions to: Joel Fernandes <joel@joelfernandes.org> #"
-echo " #"
-echo " Try running vim, gcc, clang, git, make, perf, filetop #"
-echo " ..etc or apt-get install something. #"
-echo "##########################################################"
-echo ""
-
-touch .banner.shown
-
-fi
-
-homedir=$( getent passwd "$USER" | cut -d: -f6 )
-export HOME=$homedir