diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..acf5c57 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +~/.profile diff --git a/.profile b/.profile old mode 100644 new mode 100755 index 064860c..1eb64dd --- a/.profile +++ b/.profile @@ -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