Files
dotfiles/.bashrc
2025-05-18 19:20:34 +02:00

7 lines
89 B
Bash

# ~/.bashrc
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
export EDITOR=nano