dotfiles/.bash_rc.d/00.wsl.sh

6 lines
144 B
Bash
Raw Normal View History

#!/bin/bash
# AUTHOR: Jeremy Wall (jw), jeremy@marzhillstudios.com
if [[ -n "$(uname -a | grep Microsoft)" ]]; then
export INWSL="true"
fi