diff options
author | Alan Pearce | 2016-06-26 17:29:22 +0200 |
---|---|---|
committer | Alan Pearce | 2016-06-26 17:29:22 +0200 |
commit | 61a885bece9549f994731b9017c00491b1cb6499 (patch) | |
tree | f84f2c24a6c078aaafc3338bcdca91cdf8f525ff /tag-zsh/config/zsh/osx.zsh | |
parent | 32c46b315483ec2f58f14acd5cc3d9145c65c65c (diff) | |
parent | 097663cb10d0e8c244063af28295cff6d686f1bb (diff) | |
download | nixfiles-61a885bece9549f994731b9017c00491b1cb6499.tar.lz nixfiles-61a885bece9549f994731b9017c00491b1cb6499.tar.zst nixfiles-61a885bece9549f994731b9017c00491b1cb6499.zip |
Re-make zsh configuration
Start using zplug with the bare minimum of extra configuration
Diffstat (limited to 'tag-zsh/config/zsh/osx.zsh')
-rw-r--r-- | tag-zsh/config/zsh/osx.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tag-zsh/config/zsh/osx.zsh b/tag-zsh/config/zsh/osx.zsh deleted file mode 100644 index d99019ba..00000000 --- a/tag-zsh/config/zsh/osx.zsh +++ /dev/null @@ -1,3 +0,0 @@ -function netmount () { - osascript -e "try" -e "mount volume \"$1\"" -e "end try" -} |