mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
Added information what every file does. (Yes, bash_profile is useful...
...even if it has only one line.)
This commit is contained in:
parent
b7090b48ff
commit
c08ee2eac2
@ -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:
|
# Moving between directories:
|
||||||
alias ..="cd .."
|
alias ..="cd .."
|
||||||
alias .="cd ."
|
alias .="cd ."
|
||||||
|
@ -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.
|
# Sets the default editor. Currently nano.
|
||||||
export EDITOR=nano
|
export EDITOR=nano
|
||||||
|
|
||||||
|
@ -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.
|
# To disable function, just comment everything after description.
|
||||||
|
|
||||||
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j
|
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j
|
||||||
|
@ -1,6 +1,2 @@
|
|||||||
# This is ~/.bash_profile by Mika Suomalainen (Mkaysi)
|
# 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.
|
||||||
#
|
|
||||||
## 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
|
source ~/.bashrc
|
||||||
|
Loading…
Reference in New Issue
Block a user