diff options
Diffstat (limited to 'over/etc/profile')
-rw-r--r-- | over/etc/profile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/over/etc/profile b/over/etc/profile deleted file mode 100644 index af1a3d2ac..000000000 --- a/over/etc/profile +++ /dev/null @@ -1,9 +0,0 @@ -export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' -export PS1='\h:\w \u\$ ' -umask 022 - -for i in /etc/profile.d/*.sh ; do - if [ -r "$i" ]; then - . $i - fi -done |