Skip to content
Snippets Groups Projects
Commit c3428100 authored by Christian Ringger's avatar Christian Ringger
Browse files

changes in globi profile

parent 08acb163
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ alias kc='eval $(keychain --nogui --eval --agents ssh,gpg --quick id_rsa 99EEA27
alias kcs='eval $(keychain --nogui --eval --agents ssh --quick id_rsa)'
unalias git
if [ "${ENVRCD_USER}" != "globi" ] || [ "${HOSTNAME}" != "portus" ] || [ "${USER}" != "chringge" ]; then
if [ "${ENVRCD_USER}" != "globi" ] || [ "${HOSTNAME}" != "PORTUS" ] || [ "${USER}" != "chringge" ]; then
alias git="HOME=${ENVRCD_PROFILE_PATH} git"
fi
\ No newline at end of file
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment