new bashrc, aliases
This commit is contained in:
parent
1e72e3e353
commit
e2fa2397f0
3 changed files with 41 additions and 0 deletions
13
.bashrc_append_this
Normal file
13
.bashrc_append_this
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#######################################
|
||||
# APPEND this to your .bashrc
|
||||
#######################################
|
||||
|
||||
# Source local .bashrc customization from this file
|
||||
if [ -f ~/.bashrc_local ]; then
|
||||
. ~/.bashrc_local
|
||||
fi
|
||||
|
||||
# Source local aliases from this file
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue