Skip to content

Instantly share code, notes, and snippets.

@barn
Created June 5, 2012 18:22
Show Gist options
  • Save barn/2876701 to your computer and use it in GitHub Desktop.
Save barn/2876701 to your computer and use it in GitHub Desktop.
Wonder why nothing works?
autoload -U colors && colors
# If we have SELinux, check it's not fucking running!
[ -e "/usr/sbin/selinuxenabled" ] && /usr/sbin/selinuxenabled && RPROMPT="%{$fg_bold[red]%} SELINUX%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment