Commit 8ae4a168 authored by Maxime Hadjinlian's avatar Maxime Hadjinlian Committed by Thomas Petazzoni
Browse files

skeleton: Remove bash specific files



Signed-off-by Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Tested-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f93c692c
Loading
Loading
Loading
Loading
+0 −0

Empty file deleted.

system/skeleton/root/.bash_logout

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
# ~/.bash_logout: executed by bash(1) when login shell exits.

# when leaving the console clear the screen to increase privacy

case "`tty`" in
    /dev/tty[0-9]*) clear
esac
+0 −7
Original line number Diff line number Diff line
# .bash_profile

umask 022

if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi