Remove special {pre,post}cmd aliases that messed up with history - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset f14273236df09682401fbbaacf9580cce56fb544
 (DIR) parent c63919951f39fcce125800401399095568d26ca7
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Thu,  4 Oct 2018 00:22:07 
       
       Remove special {pre,post}cmd aliases that messed up with history
       
       Diffstat:
        tcshrc |  4 ----
        1 files changed, 0 insertions(+), 4 deletions(-)
       ---
       diff -r c63919951f39 -r f14273236df0 tcshrc
       --- a/tcshrc    Thu Oct 04 00:21:29 2018 +0200
       +++ b/tcshrc    Thu Oct 04 00:22:07 2018 +0200
       @@ -95,10 +95,6 @@
        # password-store stuffs
        setenv PASSWORD_STORE_X_SELECTION "primary"
        
       -# special aliases
       -alias precmd "history -M"
       -alias postcmd "history -S"
       -
        # alias-es
        alias ag "ag --nocolor"
        alias cal "cal -d 1"