]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Make sure core dumps are saved.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index fb37a6a5ba0b0e58442e51eb2543af10d72fdfd3..b1cc9d551cb536342b5ab0b74cdb97e9fabf5943 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -7,6 +7,9 @@ bindkey -v
 # Be paranoid, new files are readable/writable by me only.
 umask 077
 
+# Make sure core dumps are created.
+ulimit -c unlimited
+
 # Use history and store it in ~/.zsh/history.
 HISTSIZE=1000
 SAVEHIST=1000
@@ -84,6 +87,9 @@ setopt extendedglob
 # Don't exit if <C-d> is pressed.
 setopt ignoreeof
 
+# Autoload add-zsh-hook to add/remove zsh hook functions easily.
+autoload -Uz add-zsh-hook
+
 # If ^C is pressed while typing a command, add it to the history so it can be
 # easily retrieved later and then abort like ^C normally does. This is useful
 # when I want to abort an command to do something in between and then finish
@@ -127,7 +133,7 @@ alias vqs='vim -c "cd $(hg root)/.hg/patches/" "$(hg root)/.hg/patches/series"'
 alias -g ...='../..'
 alias -g ....='../../..'
 
-# Improved ls which displays the files in columns (-C), visualises directories,
+# Improved ls which displays the files in columns (-C), visualizes directories,
 # links and other special files (-F) and pages everything through less (L).
 #
 # If available use GNU ls with colorized output. If it isn't available use