diff options
Diffstat (limited to '.bashrc.d/04options.bash.linux')
| -rwxr-xr-x | .bashrc.d/04options.bash.linux | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/.bashrc.d/04options.bash.linux b/.bashrc.d/04options.bash.linux new file mode 100755 index 0000000..42ac5d8 --- /dev/null +++ b/.bashrc.d/04options.bash.linux @@ -0,0 +1,52 @@ +############################################################################### +# +# Bind commands - Auto completion --- {{{ +# +############################################################################### + +#bind 'set completion-ignore-case on' +#bind 'set show-all-if-ambiguous on' + +############################################################################### +# +# Bind commands - Auto completion --- }}} +# +############################################################################### +############################################################################### +# +# History control --- {{{ +# +############################################################################### + +# append to the history file, don't overwrite it + +#shopt -s histappend + +############################################################################### +# +# History control --- }}} +# +############################################################################### +############################################################################### +# +# STARTUP MESSAGES --- {{{ +# +############################################################################### + +#prompt +clear +echo "Welcome to ${HOSTNAME}" +#neofetch +ip_show +echo +startup_diskUsage + +echo +w +prompt_bash + +############################################################################### +# +# STARTUP MESSAGES --- }}} +# +############################################################################### |
