Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
Ivan Malison 2016-08-15 11:31:15 -07:00
commit 90ec10836b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 2 additions and 4 deletions

View File

@ -47,10 +47,6 @@ alias land_current='arc land $(git which-branch)'
alias kill_h_forward='ps aux | grep ssh | grep 21300 | get_cols 2 | xargs kill -9'
autoload -U add-zsh-hook
add-zsh-hook precmd uber_set_user_email_to_imalison
function uber_set_user_email_to_imalison {
if in_git_directory;
then

2
dotfiles/lib/zsh/uber.sh Normal file
View File

@ -0,0 +1,2 @@
autoload -U add-zsh-hook
add-zsh-hook precmd uber_set_user_email_to_imalison