From 7e1d9e175a19c77064b4f2ad8fd4878f99c7b052 Mon Sep 17 00:00:00 2001
From: tracer <tracer@24unix.net>
Date: Tue, 19 Nov 2019 02:58:47 +0100
Subject: [PATCH] added .profile

---
 .profile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 .profile

diff --git a/.profile b/.profile
new file mode 100644
index 0000000..15daec6
--- /dev/null
+++ b/.profile
@@ -0,0 +1,15 @@
+
+alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'"
+
+export BASH_SILENCE_DEPRECATION_WARNING=1
+
+pb() {
+	echo "$1" | nc pb.24unix.net 9999
+}
+
+export EDITOR='mvim -f --nomru -c "au VimLeave * !open -a Terminal"'
+
+export PATH=/usr/local/libexec/gnubin:$PATH
+
+alias ls="ls --color=auto"
+