diff options
-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" + |