Initial commit

This commit is contained in:
Tobias Strobel 2022-02-19 11:14:12 +01:00
commit c5fba6aae1
2 changed files with 225 additions and 0 deletions

9
dot_bash_profile Normal file
View file

@ -0,0 +1,9 @@
#
# ~/.bash_profile
#
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
[[ -f ~/.bashrc ]] && . ~/.bashrc