Initial Commmit (done right).

This commit is contained in:
CJ Laing
2018-12-05 00:19:52 -05:00
parent d84c32d902
commit d3f6db54ed

5
99screenfetch.zsh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/zsh
if [ -e /usr/bin/neofetch ]; then
/usr/bin/neofetch --config $HOME/.shell/neofetch.conf
fi