Skip to content

Instantly share code, notes, and snippets.

@elwinar
Created June 2, 2015 14:04
Show Gist options
  • Save elwinar/cf97a41d0ae4b0abb171 to your computer and use it in GitHub Desktop.
Save elwinar/cf97a41d0ae4b0abb171 to your computer and use it in GitHub Desktop.
Elwinar's bashrc
[[ $- != *i* ]] && return
PS1="\[$(tput bold)\]\[$(tput setaf 3)\]\t \[$(tput setaf 2)\]\w\[$(tput setaf 4)\] \\$ \[$(tput sgr0)\]"
source ~/.bin/git-completion
source ~/.bin/sagent
{ sshagent_init; ssh-add; } &> /dev/null
alias ls="ls --color=auto"
alias artisan="php artisan"
alias bfg="java -jar ~/.bin/bfg.jar"
alias aur="bash <(curl aur.sh) -si"
alias cdp="cd -P"
alias fuck='eval $(thefuck $(fc -ln -1))'
alias fuuck=fuck
alias fuuuck=fuck
alias fuuuuck=fuck
export GOROOT=~/.goroot
export GOPATH=~/.go
export PATH=.:~/.bin:~/.composer/vendor/bin:$GOPATH/bin:$GOROOT/bin:$PATH
export VAGRANT_DEFAULT_PROVIDER=virtualbox
function goto {
ssh $1.kdata.fr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment