bash-sensible icon indicating copy to clipboard operation
bash-sensible copied to clipboard

An attempt at saner Bash defaults

Results 12 bash-sensible issues
Sort by recently updated
recently updated
newest added

http://superuser.com/questions/575479/bash-history-truncated-to-500-lines-on-each-login

The link to Bash Completion in the wiki is not found. http://bash-completion.alioth.debian.org/

"%F %T" looks like a decent timestamp format to me, but it's not an ISO8601 timestamp, that would be "%FT%T". Suggest you remove the reference to the standard there.

in extent to the vi mode users I propose to add this readline binding in fact it's annoying to press escape each time before ^L to clear the terminal

Just wondering why HISTIGNORE is exported while none of the other variables are. My inclination is to say HISTIGNORE should not be exported since it seems bash specific and subprocesses...

Just feedback: it would be great to have an option to log cmd history to syslog. Some options: https://sysadmin.compxtreme.ro/how-to-log-bash-history-with-syslog/ https://www.thegeekdiary.com/how-to-log-all-bash-history-commands-to-syslog-var-log-messages-in-centos-rhel/ Feel free to close this, just wanted to give some...

I love the idea of this project and appreciate the great defaults it gives me. Thank you. To make the project even better I propose to split the defaults into...

CDPATH="." has no effect besides making cd print out the directory being changed to. With only one entry in CDPATH, this serves no purpose and is completely extraneous.

When I scp to a host that I've added the sensible.bash to my ~/.bashrc, I see bind warnings. `/home/matt/bin/sensible.bash: line 28: bind: warning: line editing not enabled` I placed the...

What about disabling scroll lock (XOFF), to avoid people puzzling why the screen is frozen, having to find out about Ctrl-S and scroll lock and hitting Ctrl-Q to "unfreeze"? I've...