diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/profile b/profile deleted file mode 100644 index b175d9b..0000000 --- a/profile +++ /dev/null @@ -1,11 +0,0 @@ -# Rest of the profile run only if login is from linux console -[[ "$(tty)" != /dev/tty* ]] && return - -# Start pulse audio -pulseaudio --start 2>/dev/null -# Start music player daemon -mpd ~/.config/mpd/mpd.conf -# Start email synchronization -~/.local/sbin/syncemail -# And if we are on first terminal also automatically start x server -[ "$(tty)" = "/dev/tty1" ] && startx |