scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 70f35667fac7925349284e3a9a585eaaf3f306e6
parent cde530ad5edbfa5b0fa1d0a2f0ccd4b5800b7321
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Tue, 24 Nov 2015 13:42:11 +0100

Fix a markup issue.

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -204,11 +204,13 @@ You're drunk, I'll take care of you. Use sober by creating aliases in your ~/.${SHELL}rc file: +``` alias sudo="/path/of/sober sudo" alias rm="/path/of/sober rm" alias mv="/path/of/sober mv" alias apt-get="/path/of/sober apt-get" alias dpkg="/path/of/sober dpkg" +``` You may want to toggle this aliases at specific times (e.g. after work hours). This is easily achievable with simple shell scripts.