# HG changeset patch # User Meredith Howard # Date 1481090308 28800 # Node ID 862d1e79b8302199bed1d346e03218fc5c5cbfdf # Parent 0543a6606d82236e772e55830490035bfaaa333a add tmux-env diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -8,6 +8,7 @@ export DEVEL_REPL_PROFILE='Standard' alias hgcd='cd $(hg root)' alias gcd='cd "$(git rev-parse --show-toplevel)"' +alias tmux-env='eval "$(tmux show-environment -s)"' alias :e=vim alias :q=exit