adds common aliases to root profile
[infrastructure.git] / tunings-myplc / dot-profile
index a160f73..f2e1a45 100644 (file)
@@ -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'