Skip to content

Instantly share code, notes, and snippets.

@krnd
Created July 4, 2021 18:22
Show Gist options
  • Save krnd/cdbc640b14a3f9d2d240adaeb471e3c0 to your computer and use it in GitHub Desktop.
Save krnd/cdbc640b14a3f9d2d240adaeb471e3c0 to your computer and use it in GitHub Desktop.
bash-bash_profile
#!/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