6 lines
No EOL
124 B
Bash
6 lines
No EOL
124 B
Bash
# -*- mode: bash -*-
|
|
|
|
# a login shell does everything an interactive shell does
|
|
[[ -f ~/.bashrc ]] && source ~/.bashrc
|
|
|
|
true |