Added information what every file does. (Yes, bash_profile is useful...

...even if it has only one line.)
This commit is contained in:
Mika Suomalainen 2011-08-25 19:52:00 +03:00
parent b7090b48ff
commit c08ee2eac2
4 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,5 @@
# This file contains aliases which my bashrc uses. You might need to edit something (for example: if you use vi or don't have nmap).
# Moving between directories:
alias ..="cd .."
alias .="cd ."

View File

@ -1,3 +1,5 @@
# This file exports everything in my bashrc. You probably want to edit somethings here, like line 14, which sets timezone to Europe/Helsinki.
# Sets the default editor. Currently nano.
export EDITOR=nano

View File

@ -1,3 +1,5 @@
# This file contains functions of my bashrc. You probably don't need to edit anything here.
#
# To disable function, just comment everything after description.
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j

View File

@ -1,6 +1,2 @@
# 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!
#
# You might think that this file is useless, because bash automaticly reads bashrc. If yes, then you are wrong. Bash in Mac OS X reads settings from ~/.bash_profile.
source ~/.bashrc