mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-14 14:15:12 +02:00
Fix a typo in git chpwd_profiles
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user