Skip to content

Instantly share code, notes, and snippets.

@chergert
Created March 4, 2016 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chergert/25c5c2329e26d159bec4 to your computer and use it in GitHub Desktop.
Save chergert/25c5c2329e26d159bec4 to your computer and use it in GitHub Desktop.
if [ -n "$UNDER_JHBUILD" ]; then
export PS1="\e[44mjhbuild\e[0m \W\$ "
/opt/gnome/libexec/evolution-source-registry &>/dev/null &
/opt/gnome/libexec/evolution-calendar-factory &>/dev/null &
disown -a
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment