Skip to content

Instantly share code, notes, and snippets.

source ~/.bashrc
export BASH_SILENCE_DEPRECATION_WARNING=1
export PATH=$PATH:.
# export PATH=$PATH:/usr/bin
export PATH=$PATH:/opt/metasploit-framework/bin
export PATH=$PATH:/usr/local/sbin
#export WINEARCH=win32
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [[ $(uname) != "Darwin" ]]; then
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
@maka-io
maka-io / .gitignore
Created October 10, 2016 19:34 — forked from marcoslin/.gitignore
Encryption: From PyCrypto to CryptoJS
source.sh