From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .bashrc.d/04options.bash.linux | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100755 .bashrc.d/04options.bash.linux (limited to '.bashrc.d/04options.bash.linux') 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 --- }}} +# +############################################################################### -- cgit v1.2.3