diff --git a/bash_profile.d/pEp.sh b/bash_profile.d/pEp.sh index e3388d3..00c2748 100644 --- a/bash_profile.d/pEp.sh +++ b/bash_profile.d/pEp.sh @@ -54,4 +54,8 @@ function clone_devWiki() { git clone ssh://wiki/var/lib/gitit/wikidata . } +function mount_pepsioux() { + sudo mount -t nfs -o resvport pepsioux:/home/heck /Volumes/pepsioux +} + alias test_pEpPythonAdapter='python3 -c "import pEp;"'