Skip to content

Instantly share code, notes, and snippets.

@rojaster
Created February 6, 2022 22:41
Show Gist options
  • Save rojaster/dfaeaefe5057ea16027e7ef1dfeb4b53 to your computer and use it in GitHub Desktop.
Save rojaster/dfaeaefe5057ea16027e7ef1dfeb4b53 to your computer and use it in GitHub Desktop.
Content of the .profile file with env variables and configs
# System Wide stuff
alias ll='ls -lah'
# Emacs
alias emacs='emacs -nw'
# Golang
export GOPATH="$HOME/Development/Go"
export PATH="$GOPATH/bin:$PATH"
# Rust
export PATH="$HOME/.cargo/bin:$PATH"
# VirtualEnvWrapper
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
# MountHard Drives
# sudo /usr/local/bin/ntfs-3g /dev/<drive_partition_id> /Volumes/<partition_name_id> -olocal -oallow_other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment