Skip to content

Instantly share code, notes, and snippets.

@bomatson
Created November 25, 2019 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bomatson/564cc66a1f68a731f25ffad726da1a83 to your computer and use it in GitHub Desktop.
Save bomatson/564cc66a1f68a731f25ffad726da1a83 to your computer and use it in GitHub Desktop.
for file in ~/.{path,bash_prompt,exports,aliases,functions,git-completion.bash}; do
[ -r "$file" ] && source "$file"
done
unset file
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash
export PATH="$HOME/.cargo/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment