Skip to content

Commit

Permalink
rsa
Browse files Browse the repository at this point in the history
  • Loading branch information
lleirborras committed Jan 11, 2012
1 parent 8461bac commit b5256f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion id_rsa.pub
@@ -1 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC69fOnrqngWqZrNakjU54iKE03NSMYMt9l3dJW4sAOosau4INI6JaucN1TkDg9UI9mDCKhkn+VimuLS3m4Orkwu7RM4FQIqx0CU+bisv/7iW9+5K15ZCDHwSe4S5niIiiaNS875gsdGZt6ZFfBSuommM6x2aikc/o67rVR89ChZ1hsUfeksRx3OmgZVMMoLWbkAVK8lGpBHq2MUy5km7C/HoYznkF053aaUw7pVnKwvtXu0f+AwTrcs9zvbp734Dr6oJh8GdQYD00yO+Xzp89w12IGRBcB98xTomTQ04MOVca6stBWTeLdV/lbrk+zmL74UHsfVyQXuaRZLniHRkWz memtest@gmail.com
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDJmpdTGXU4nB+xjWn4nxWEM1d8RGFJXnXSLYYVlwGelU27tsresw+fJVcilljnPNDhTyPSQye3uRbA3TNKbqYwFLZvpPFLAJNqygfHEG5F8S82O0cdVZffAQfz4TlZfSD+wBZENSnlyUFlGicqa1rPHKTKnXw3SQMFazDIff0CBTQiWg8zPkMXVUN8h/vYFrIrZy7KI37pJDOw7xshjiJznUyIbnGmC5pswOZt4GR7LHszsA2t7B01IflL+NEZVrHFaPChp1aSzHxVAMdNlsPN5JKfCoOCLll8yZ2Bpphr1yDuz7F50YBFjQLk9CSeIr0pOgoroPEeT01R9Evc4i7 memtest@gmail.com
8 changes: 8 additions & 0 deletions zsh/aliases
Expand Up @@ -12,7 +12,14 @@ alias start_postgres="postgres -D /usr/local/var/postgres"

alias g="git status"

alias dotfiles="cd ~/.dotfiles"
alias heroku="cd ~/Projects/heroku"
alias other="cd ~/Projects/other"
alias github="cd ~/Projects/github"
alias sourceforge="cd ~/Projects/sourceforge"
alias click="cd ~/Projects/click"
alias saas="cd ~/Projects/click/Hv4SaaS_r3/source"
alias lado="cd ~/Projects/click/lado/source"

alias hs="h"
alias hst="h"
Expand All @@ -27,3 +34,4 @@ alias hc="hg ci -m "
alias hm="hg merge"
alias hb="hg branch"
alias hbs="hg branches"
alias hu="hg update"

0 comments on commit b5256f8

Please sign in to comment.