diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# 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 |