mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-25 17:20:58 +02:00
Fix a typo in git chpwd_profiles
This commit is contained in:
parent
ecea02cb57
commit
ffaf5cf740
2
.zshrc
2
.zshrc
@ -46,7 +46,7 @@ function chpwd_profile_milrem() {
|
|||||||
[[ ${profile} == ${CHPWD_PROFILE} ]] && return 1
|
[[ ${profile} == ${CHPWD_PROFILE} ]] && return 1
|
||||||
|
|
||||||
export GIT_AUTHOR_EMAIL="arti.zirk@milrem.com"
|
export GIT_AUTHOR_EMAIL="arti.zirk@milrem.com"
|
||||||
export GIT_COMMITER_EMAIL="arti.zirk@milrem.com"
|
export GIT_COMMITTER_EMAIL="arti.zirk@milrem.com"
|
||||||
}
|
}
|
||||||
function chpwd_leave_profile_milrem() {
|
function chpwd_leave_profile_milrem() {
|
||||||
unset GIT_AUTHOR_EMAIL GIT_COMMITER_EMAIL
|
unset GIT_AUTHOR_EMAIL GIT_COMMITER_EMAIL
|
||||||
|
Loading…
Reference in New Issue
Block a user