diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.bashrc.d/04options.bash.linux | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
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 --- }}} +# +############################################################################### |
