7 lines
89 B
Bash
7 lines
89 B
Bash
# ~/.bashrc
|
|
if [ -f ~/.bash_aliases ]; then
|
|
. ~/.bash_aliases
|
|
fi
|
|
|
|
export EDITOR=nano
|