Created
July 4, 2021 18:22
-
-
Save krnd/cdbc640b14a3f9d2d240adaeb471e3c0 to your computer and use it in GitHub Desktop.
bash-bash_profile
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 | |
# .bash_profile | |
# | |
# 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 | |
# | |
test -f ~/.profile && . ~/.profile | |
test -f ~/.bashrc && . ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment