logo

dotfiles

My dotfiles, one branch per machine
commit: c6cb47ecadf41c0cd2a5d4901ac4fb649975d99b
parent: aad53fc82ccb0d5a8d7d9df4f61d8f3a7b1f1819
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  4 Jul 2016 23:54:52 +0200

.mkshrc: Correct sourcing and use thefuck

Diffstat:

M.zshrc11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -1,8 +1,6 @@ -source ~/.common.sh - setopt prompt_subst setopt auto_cd -setopt correct +setopt correct_all setopt bash_auto_list unsetopt monitor @@ -24,3 +22,9 @@ RPS1=$'%?|%T' setopt inc_append_history setopt hist_reduce_blanks setopt HIST_IGNORE_DUPS + +. ~/.common.sh + +function command_not_found_handler() { + fuck +}+ \ No newline at end of file