From f1804c57494eb4a6927a7c85d9f92f66a0a7d10f Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 8 Aug 2021 15:01:33 -0500 Subject: Update a bunch of stuff Update the SSH configs, Neomutt, Vim, Xorg --- .profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .profile (limited to '.profile') diff --git a/.profile b/.profile new file mode 100644 index 0000000..d40a884 --- /dev/null +++ b/.profile @@ -0,0 +1,4 @@ +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" +export QT_QPA_PLATFORMTHEME=gtk2 +export TERMINAL="xterm" -- cgit v1.2.3