update to debian
This commit is contained in:
parent
338df307f8
commit
3bb4d4cb21
3 changed files with 0 additions and 0 deletions
9
debian/home/.bash_profile
vendored
Normal file
9
debian/home/.bash_profile
vendored
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…
Add table
Add a link
Reference in a new issue