Initial commit.

This commit is contained in:
2013-09-14 14:35:23 +02:00
commit 6252ec3a09
19 changed files with 959 additions and 0 deletions

7
bash/bash_variables Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
export USERBIN=$HOME/bin
export ENCFS_MOUNT="$HOME/.crypt/encfs/mount"
export ENCFS_DEV="$HOME/.crypt/encfs/dev"
export MOZ_DISABLE_PANGO=1