Rich Enhanced Shell History - Contextual shell history for zsh and bash
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
resh/bashrc.sh

13 lines
184 B

PATH=$PATH:~/.resh/bin
preexec() {
__RESH_PWD="$PWD"
__RESH_CMDLINE="$1"
}
precmd() {
__RESH_EXIT_CODE=$?
resh-collect $__RESH_EXIT_CODE "$PWD" "$__RESH_CMDLINE"
}