10 lines
117 B
Plaintext
Executable File
10 lines
117 B
Plaintext
Executable File
#neofetch
|
|
|
|
case $- in # If not running interactively, don't do anything
|
|
*i*) ;;
|
|
*) return;;
|
|
esac
|
|
|
|
|
|
#cd ~
|