Skip to content

Instantly share code, notes, and snippets.

View mylokin's full-sized avatar

Andrey Gubarev mylokin

View GitHub Profile
@mylokin
mylokin / .bashrc
Created September 18, 2017 20:30 — forked from copperlight/.bashrc
Window Subsystem for Linux ssh-agent Configuraton
# ... more above ...
# wsfl bash is not a login shell
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# ssh-agent configuration
if [ -z "$(pgrep ssh-agent)" ]; then
rm -rf /tmp/ssh-*