Added warning to every file.

This commit is contained in:
Mika Suomalainen 2011-08-15 16:17:52 +03:00
parent 5bea81f880
commit 988a946836
3 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# This is ~/.bash_aliases file by Mika Suomalainen (Mkaysi)
# Feel free to redistribute and copy-paste parts of this bash_aliases file,
# but if you can, please mention where did you get this or part of this file.
# If it's originally copy-pasted from somewhere else, mention that original source
# (which is mentioned in this file).
# Moving between directories:
alias ..="cd .."
alias .="cd ."

View File

@ -1,4 +1,6 @@
# This is ~/.bash_profile by Mika Suomalainen (Mkaysi)
#
## WARNING! Author of this file is not responsible for any harms which might happen because of
## file. Use this file with your own responsiblity!
#
source ~/.bashrc

9
bashrc
View File

@ -1,7 +1,14 @@
# This is ~/.bashrc file by Mika Suomalainen (Mkaysi)
# This file also contains the default things.
echo "You must comment lines 4, 5 and 6 in your ~/.bashrc and if you don't live in Finland,
# Feel free to redistribute and copy-paste parts of this bashrc, but if you can, please mention
# where did you get this or part of this file. If it's originally copy-pasted from somewhere else
# (The Ultimate bashrc), mention that original source (which is mentioned in this file).
## WARNING! Author of this file is not responsible for any harms which might happen because of
## file. Use this file with your own responsiblity!
echo "You must comment lines 11, 12 and 13 in your ~/.bashrc and if you don't live in Finland,
you must set correct timezone in line 126. Otherwise you will notice that the 'date'
command will give you the current time at Finland ;)"