Keybase proof
I hereby claim:
- I am jercle on github.
- I am jercle (https://keybase.io/jercle) on keybase.
- I have a public key whose fingerprint is B061 6753 D5D4 A7E9 6C36 B115 240B 7047 234A D237
To claim this, I am signing this object:
fex() { | |
if [ -z "$1" ]; then | |
if [ ! -f ~/.env ]; then | |
echo "~/.env not found!" | |
else | |
echo "Export the following from ~/.env:" | |
grep -v "^#" ~/.env | grep -v -e '^[[:space:]]*$' | |
export $(grep -v "^#" ~/.env | grep -v -e '^[[:space:]]*$' | xargs) | |
fi | |
else |
#!/bin/bash | |
iatest=$(expr index "$-" i) | |
####################################################### | |
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me | |
####################################################### | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc |
I hereby claim:
To claim this, I am signing this object: