| bio | website | auraham.wordpress.com |
|---|---|---|
| location | Mexico | |
| age | 23 | |
| visits | member for | 9 months |
| seen | Mar 29 at 2:46 | |
| stats | profile views | 2 |
|
Jan 16 |
awarded | Supporter |
|
Aug 1 |
awarded | Editor |
|
Aug 1 |
comment |
Using '.' to execute files in bash totally correct, my mistake. Thanks @EmanuelBerg |
|
Aug 1 |
revised |
Using '.' to execute files in bash added 6 characters in body |
|
Aug 1 |
comment |
Using '.' to execute files in bash You can include this in .bashrc
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Then, put your aliases in .bash_aliases. |
|
Jul 30 |
awarded | Teacher |
|
Jul 30 |
answered | Using '.' to execute files in bash |