8 lines
173 B
Bash
8 lines
173 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
source ~/.config/shell/shenv
|
||
|
source ~/.config/shell/commonenv
|
||
|
source ~/.config/shell/shrc
|
||
|
source ~/.config/shell/commonrc
|
||
|
source ~/.config/shell/bashrc
|