Created
July 4, 2021 18:26
-
-
Save krnd/62d82a9297d2f0473aa5847726680be1 to your computer and use it in GitHub Desktop.
bash-bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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