From a6a8e054f6ed941c7edafcdcf4d5f85ea16b8e95 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 25 Aug 2018 13:04:50 -0400 Subject: [PATCH] Create .profile --- ChromeOS/.profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChromeOS/.profile diff --git a/ChromeOS/.profile b/ChromeOS/.profile new file mode 100644 index 0000000..c4644a3 --- /dev/null +++ b/ChromeOS/.profile @@ -0,0 +1,3 @@ +export PATH="$HOME/.cargo/bin:$PATH" +sudo mount -o remount,exec /tmp +sudo mount -o remount,exec /media/removable/SD\ Card