summaryrefslogtreecommitdiffstats
path: root/root/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'root/etc/profile')
-rw-r--r--root/etc/profile8
1 files changed, 0 insertions, 8 deletions
diff --git a/root/etc/profile b/root/etc/profile
deleted file mode 100644
index 833ce898e..000000000
--- a/root/etc/profile
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-[ -f /etc/motd ] && cat /etc/motd
-
-export PATH=/bin:/sbin:/usr/bin:/usr/sbin
-export PS1='\u@\h:\w\$ '
-
-alias less='more'
-alias vim='vi'