ldenman / rappel

tiny script to remind you of your aliases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rappel

tiny script to remind you of your aliases.

supported shells

zsh

Add the following to your zshrc file. Make sure to point wher rappel is installed.

preexec() { alias | ~/bin/rappel.sh $1 }

About

tiny script to remind you of your aliases.

License:MIT License


Languages

Language:Shell 100.0%