Add files via upload
This commit is contained in:
parent
078dcc617d
commit
5e7f91062a
1 changed files with 9 additions and 0 deletions
9
void/home/.bash_profile
Normal file
9
void/home/.bash_profile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# Get the aliases and functions
|
||||||
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||||
|
|
||||||
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
|
pulseaudio --start
|
||||||
|
startx
|
||||||
|
[[ -f "$HOME/.Xresources" ]] && xrdb -merge "$HOME/.Xresources"
|
||||||
|
fi
|
Loading…
Reference in a new issue