############################################################################### # # 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 --- }}} # ###############################################################################