diff options
author | randomdan <randomdan@localhost> | 2006-12-08 21:00:40 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2006-12-08 21:00:40 +0000 |
commit | e6c1eb033294b0568aa2df3b12851f40d00fb0d8 (patch) | |
tree | 04a5392104cc099e448ab511b6c4f3b95699cbc7 | |
parent | Remove portage config and add bind config (diff) | |
download | config-e6c1eb033294b0568aa2df3b12851f40d00fb0d8.tar.bz2 config-e6c1eb033294b0568aa2df3b12851f40d00fb0d8.tar.xz config-e6c1eb033294b0568aa2df3b12851f40d00fb0d8.zip |
Basic settings
-rw-r--r-- | etc/env/00proxy | 3 | ||||
-rwxr-xr-x | etc/env/aliases.sh | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/env/00proxy b/etc/env/00proxy new file mode 100644 index 0000000..be34ca1 --- /dev/null +++ b/etc/env/00proxy @@ -0,0 +1,3 @@ +http_proxy="http://cache.random.lan:8080" +https_proxy="http://cache.random.lan:8080" +ftp_proxy="http://cache.random.lan:8080" diff --git a/etc/env/aliases.sh b/etc/env/aliases.sh new file mode 100755 index 0000000..6b83775 --- /dev/null +++ b/etc/env/aliases.sh @@ -0,0 +1,2 @@ +alias l="/bin/ls -lh --color" + |