Initial commit
This commit is contained in:
commit
c5fba6aae1
2 changed files with 225 additions and 0 deletions
9
dot_bash_profile
Normal file
9
dot_bash_profile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
Loading…
Add table
Add a link
Reference in a new issue