| bio | website | auraham.wordpress.com |
|---|---|---|
| location | Mexico | |
| age | 23 | |
| visits | member for | 9 months |
| seen | Mar 29 at 2:46 | |
| stats | profile views | 2 |
|
Aug 1 |
comment |
Using '.' to execute files in bash totally correct, my mistake. Thanks @EmanuelBerg |
|
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. |