X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=b1cc9d551cb536342b5ab0b74cdb97e9fabf5943;hb=c97f749a7c7791032ba52bc5642229ce1db6976d;hp=9c0fc35f1835ddac5cf97cdef728251eb6608220;hpb=8d5c8c523121a417e89ad3e2ab42a2df078620a1;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 9c0fc35..b1cc9d5 100644 --- 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 @@ -130,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