Skip to content

Instantly share code, notes, and snippets.

@krnd
Created July 4, 2021 18:26
Show Gist options
  • Save krnd/62d82a9297d2f0473aa5847726680be1 to your computer and use it in GitHub Desktop.
Save krnd/62d82a9297d2f0473aa5847726680be1 to your computer and use it in GitHub Desktop.
bash-bashrc
#!/bin/bash
# .bashrc
#
# AUTHOR
# krnd
#
# VERSION
# 1.0
#
# SEE ALSO
# https://www.gnu.org/software/bash/
# https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html
#
# When enabled, bash tries to use the short name of a program instead of its
# longer ".-exe"-suffixed one.
# https://sourceware.org/legacy-ml/cygwin/2010-11/msg00022.html
shopt -s completion_strip_exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment