Skip to content

Instantly share code, notes, and snippets.

@setekhid
Last active October 20, 2017 02:42
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 setekhid/790172b971b15bddcd8d3a7e2f598525 to your computer and use it in GitHub Desktop.
Save setekhid/790172b971b15bddcd8d3a7e2f598525 to your computer and use it in GitHub Desktop.
~HOME
# goes into vi mode
set -o vi
# user's private bin path
export PATH="$PATH:$HOME/.local/bin"
# for golang
export GOPATH="$HOME/.GOPATH"
export GOBIN="$HOME/.local/bin"
# set color
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
# terminal prompt
export PS1='👺 \h:\[\e[36m\]\W\[\e[m\]\[\e[31m\]\$\[\e[m\] '
# for git asking gpg key password
export GPG_TTY=$(tty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment