dot rc

Sign in or create your account | Project List | Help

dot rc Git Source Tree

Root/rc/bash_profile

1# vim:filetype=sh
2# .bash_profile, loaded on login shells, after /etc/profile
3# and instead of .bashrc
4
5# Get the aliases and functions
6if [ -f ~/.bashrc ]; then
7    . ~/.bashrc
8fi
9
10export PATH
11unset USERNAME
12
13echo
14date '+%a %d %b %Y %T'
15echo
16if [ -f ~/.bash_desc ]; then
17    . ~/.bash_desc
18    echo
19fi
20last -4 $USER
21echo
22

Archive Download this file

Branches:
master