diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/profile b/profile deleted file mode 100644 index 445f471..0000000 --- a/profile +++ /dev/null @@ -1,16 +0,0 @@ -# First global user configuration -export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin -export EDITOR=vim - -# Rest of the profile run only if login is from linux console -[[ "$(tty)" != /dev/tty* ]] && return - -# Start music player daemon -~/.service/mpd -q status || ~/.service/mpd start -# Start email synchronization -~/.local/sbin/syncemail -# Start syncthing -~/.service/syncthing -q status || ~/.service/syncthing start - -# And if we are on first terminal also automatically start x server -[ "$(tty)" = "/dev/tty1" ] && exec startx -- vt1 |