6 lines
109 B
Bash
6 lines
109 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
source ~/.config/shell/shrc
|
||
|
source ~/.config/shell/commonrc
|
||
|
source ~/.config/shell/zshrc
|