Browse Source

lazy

master
Jonathan "Duke" Leto 12 years ago
parent
commit
407903b73e
  1. 1
      config/.gitconfig
  2. 2
      config/.profile
  3. 2
      config/.ssh/config

1
config/.gitconfig

@ -34,6 +34,7 @@
b = branch
s = status
wip = stash
c = commit
lazyrebase = !git stash && git pull --rebase && git stash pop
unmerged = branch --no-merged

2
config/.profile

@ -13,3 +13,5 @@ export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# MacPorts Installer addition on 2009-11-12_at_13:06:27: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
[[ -s "/Users/leto/.rvm/scripts/rvm" ]] && source "/Users/leto/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

2
config/.ssh/config

@ -1,4 +1,4 @@
TCPKeepAlive
# Aliases for the GCC Compile Farm
Host gcc54
User leto

Loading…
Cancel
Save