diff options
author | Karel Kočí <cynerd@email.cz> | 2016-11-18 22:34:36 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-11-18 22:34:36 +0100 |
commit | 6d046fcf58c53e8076656bbcae8bdaad87aa1328 (patch) | |
tree | 7b6cf5d6ddafb3a83516b4dc175f02f489c42533 /profile | |
parent | d1c00b2782567bf1d816962f1d96f1cd7732ed13 (diff) | |
download | myconfigs-6d046fcf58c53e8076656bbcae8bdaad87aa1328.tar.gz myconfigs-6d046fcf58c53e8076656bbcae8bdaad87aa1328.tar.bz2 myconfigs-6d046fcf58c53e8076656bbcae8bdaad87aa1328.zip |
Various small changes
I am lazy to sum them up O:-)
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 |