You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

1234567891011121314
  1. #!/bin/bash
  2. {{ansible_managed|comment}}
  3. if [ -d /etc/profile.d ]; then
  4. for i in /etc/profile.d/*.sh; do
  5. if [ -r $i ]; then
  6. . $i
  7. fi
  8. done
  9. unset i
  10. fi
  11. exec fish ~/.xsession.fish