dotfiles

Config files from my daily system
Index Commits Files Refs README
commit e468a42b34fc54bb6ff65501222913733b41d0b7
parent 3f8a842ad6bc4c877b30cbd662d7aabeacb4f3d4
Author: klewer-martin <mk@arch.localdomain>
Date:   Tue, 12 Jan 2021 15:15:35 -0300

Config files taken from a vm using archlinux + i3gaps;

Diffstat:
A.bash_profile | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.bash_profile b/.bash_profile
@@ -0,0 +1,12 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+
+if [ -z "$DISPLAY" -a $XDG_VTNR -eq 1 ]; then
+    startx
+fi
+
+PATH="$PATH:/home/mk/.scripts"