diff options
Diffstat (limited to '.zshopts')
| -rw-r--r-- | .zshopts | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.zshopts b/.zshopts new file mode 100644 index 0000000..e520b3c --- /dev/null +++ b/.zshopts @@ -0,0 +1,23 @@ +############################################################################### +# +# STARTUP MESSAGES --- {{{ +# +############################################################################### + +#prompt +clear +echo "Welcome to ${HOSTNAME}" +#neofetch +ip_show +echo +startup_diskUsage + +echo +w +prompt_bash + +############################################################################### +# +# STARTUP MESSAGES --- }}} +# +############################################################################### |
