Created
August 1, 2022 02:11
-
-
Save anoduck/8336f1ea79cd124e1e62f07cb389e43e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/usr/bin/env zsh | |
| export PATH="$PATH:$HOME/.rvm/bin:$PATH" | |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH TERM HOME | |
| export PATH="$PATH:$HOME/bin:/usr/local/bin:$HOME/.local/bin:$HOME/Sandbox/Nim/bin:$HOME/.cargo/bin:$HOME/Sandbox/go/bin:${GOPATH//://bin:}/bin:$PATH" | |
| export GOPATH="$HOME/go/bin" | |
| export GOBIN="$(go env GOPATH)/bin" | |
| export PATH="$PATH:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" | |
| # export MANPATH="/usr/local/man:$MANPATH" | |
| #export MANPATH="/usr/local/man:$MANPATH" | |
| export SSH_KEY_PATH="~/.ssh/rsa_id" | |
| alias wytube="PWD='$GOPATH/src/github.com/wybiral/tube' /usr/local/bin/go run $GOPATH/src/github.com/wybiral/tube/main.go" | |
| export PATH=$HOME/src/mhc/bin:$PATH | |
| export MANPATH="$MANPATH:/usr/share/man:/usr/X11R6/man:/usr/local/share/man:/usr/local/man:/usr/local/jdk-1.8.0/man:/usr/local/jre-1.8.0/man:/usr/local/lib/openssl/man:$MANPATH" | |
| # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. | |
| export PATH="${HOME}/.local/bin:${PATH}" | |
| #export PATH="$HOME/.basher/bin:$PATH" | |
| export PATH="$PATH:$PYENV_ROOT/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment