forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
90ec10836b
@ -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
2
dotfiles/lib/zsh/uber.sh
Normal file
@ -0,0 +1,2 @@
|
||||
autoload -U add-zsh-hook
|
||||
add-zsh-hook precmd uber_set_user_email_to_imalison
|
Loading…
Reference in New Issue
Block a user