This commit is contained in:
lickthecheese 2019-08-16 07:26:10 -04:00
parent 893d5dddb7
commit 0dcad36eb0
2 changed files with 7 additions and 2 deletions

5
.bash_profile Normal file
View file

@ -0,0 +1,5 @@
#
# ~/.bash_profile
#
~/.profile

4
.profile Normal file → Executable file
View file

@ -1,5 +1,5 @@
#!/bin/bash
[ -f ~/.bashrc ] && .bashrc
[ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$(tty)" = "/dev/tty1" ] ^^ ! pgrep -x i3 > /dev/null && exec i3
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec i3