#!/bin/bash {{ansible_managed|comment}} if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do if [ -r $i ]; then . $i fi done unset i fi exec fish ~/.xsession.fish