Skip to content

Instantly share code, notes, and snippets.

@MindFlavor
Last active May 10, 2019 07:37
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 MindFlavor/78cdce64b48ecc8f76c1271b20bdf674 to your computer and use it in GitHub Desktop.
Save MindFlavor/78cdce64b48ecc8f76c1271b20bdf674 to your computer and use it in GitHub Desktop.
my current .profile
export PATH="$HOME/.cargo/bin:$PATH"
export LD_LIBRARY_PATH=~/bin:$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
export TESSDATA_PREFIX=~/
export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src
export MSBuildSDKsPath=/opt/dotnet/sdk/2.1.500/Sdks
export GPG_TTY=$(tty)
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment