X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzprofile%2F00_ulimit;h=985d0069a9b5d973bfee28bd227d36fa7b766069;hb=6aef4f4cbd4de6478e2cfa59621adfe104c7a497;hp=84a0961fbc602ed957c2f683d4a631078df5e9a5;hpb=a22b088d50c3e92dc904b02703015770f1e98b62;p=zsh.git diff --git a/.zsh/zprofile/00_ulimit b/.zsh/zprofile/00_ulimit index 84a0961..985d006 100644 --- a/.zsh/zprofile/00_ulimit +++ b/.zsh/zprofile/00_ulimit @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # zprofile/00_ulimit # # sets process limits @@ -5,10 +6,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # -# disable core files -ulimit -c 0 - # vim:ft=zsh