Skip to content

Instantly share code, notes, and snippets.

@c0ze
Created December 21, 2018 06:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save c0ze/ad10b56c73a9de30f56590d998e0cc57 to your computer and use it in GitHub Desktop.
export DOCKER_HOST=127.0.0.1:2375
export DISPLAY=:0 #FOR WLS Xming
export CLICOLOR=1
alias ls='ls --color=auto'
eval `dircolors /home/arda/dircolors-solarized/dircolors.256dark`
source ~/Dropbox/linux-common/.git-prompt.sh
source ~/Dropbox/linux-common/git-completion.sh
PS1="\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \$(__git_ps1) \[\e[1;37m\]"
export PATH="$HOME/.rbenv/bin:$PATH"
if ! pidof -x "emacs" >/dev/null; then
emacs --daemon
fi
eval "$(rbenv init -)"
alias be='bundle exec'
alias em='emacsclient'
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment