dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 18ad75a74417cd745d3a7f79c4b67b358282c7cd
parent 3c131657ebd68db17b71d16e43edda86791e4ea2
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 21 Aug 2018 12:46:09 +0200

Changed the name because conf is shorter than config

Diffstat:
Mcommonprofile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commonprofile b/commonprofile @@ -63,7 +63,7 @@ gemmaster() { gem cleanup; } -config() { +conf() { if [ $# -gt 0 ]; then if [ $1 = 'cd' ]; then cd ~/.cfg;