You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
441 B
16 lines
441 B
9 years ago
|
# .bashrc
|
||
|
|
||
|
# Source global definitions
|
||
|
#'/home/SquidHunter/startPage/a.out'
|
||
|
#clear
|
||
|
#if [ -f /etc/bashrc ]; then
|
||
|
# . /etc/bashrc
|
||
|
#fi
|
||
|
#something else minimal.
|
||
|
#PS1="\e[0;36m>>\e[0m "
|
||
|
|
||
|
# User specific aliases and functions
|
||
|
PS1="\[\e[0;33m\]\u\[\e[0m\]\[\e[0m\]|\[\e[0;36m\]\h\[\e[0m\][\w]>> "
|
||
|
|
||
|
|