index
:
nixfiles
this commit
main
System and user configuration, managed by nix and home-manager
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tag-zsh
/
config
/
zsh
/
osx.zsh
blob: d99019badf4af9ce58ee8311a09c43b165d50031 (
plain
)
1
2
3
function
netmount
()
{
osascript
-e
"try"
-e
"mount volume \"
$1
\""
-e
"end try"
}