From: build Date: Mon, 12 Mar 2007 16:27:05 +0000 (+0000) Subject: adds common aliases to root profile X-Git-Tag: foo~511 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1d2007bc7ae01d97f96fdde3d3afd4a31ef8d933;p=infrastructure.git adds common aliases to root profile --- diff --git a/tunings-myplc/dot-profile b/tunings-myplc/dot-profile index a160f73..f2e1a45 100644 --- a/tunings-myplc/dot-profile +++ b/tunings-myplc/dot-profile @@ -4,3 +4,6 @@ alias g=pushd alias b=popd alias j=jobs alias h=history + +alias sql='psql --user=pgsqluser planetlab4' +alias api='cd /usr/share/plc_api'