3 lines
95 B
Bash
3 lines
95 B
Bash
# display mini system info on login
|
|
[[ ! -f $(which pfetch) ]] || eval "$(which pfetch)"
|